Skip to content

Commit 0e7da87

Browse files
committed
changes
1 parent 4a70212 commit 0e7da87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ module.exports = function run(args, rawArgs) {
366366

367367
// download build artifacts
368368
if (exitCode != Constants.BUILD_FAILED_EXIT_CODE) {
369-
if (utils.nonEmptyArray(bsConfig.run_settings.downloads)) {
369+
if (utils.nonEmptyArray(bsConfig.run_settings.downloads) && !turboScaleSession) {
370370
logger.debug("Downloading build artifacts");
371371
await downloadBuildArtifacts(bsConfig, data.build_id, args, rawArgs, buildReportData);
372372
}

0 commit comments

Comments
 (0)