don't upload tarball to s3 in cloud
This commit is contained in:
parent
37cfac65bf
commit
a3e01cccdb
|
@ -265,7 +265,7 @@ exports.downloadTarball = async (url, bucketName, path) => {
|
|||
|
||||
const tmpPath = join(budibaseTempDir(), path)
|
||||
await streamPipeline(response.body, zlib.Unzip(), tar.extract(tmpPath))
|
||||
if (!env.isTest()) {
|
||||
if (!env.isTest() && env.SELF_HOSTED) {
|
||||
await exports.uploadDirectory(bucketName, tmpPath, path)
|
||||
}
|
||||
// return the temporary path incase there is a use for it
|
||||
|
|
Loading…
Reference in New Issue