Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave3130 committed Oct 28, 2024
1 parent 4a70212 commit 0e7da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/runs.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ module.exports = function run(args, rawArgs) {

// download build artifacts
if (exitCode != Constants.BUILD_FAILED_EXIT_CODE) {
if (utils.nonEmptyArray(bsConfig.run_settings.downloads)) {
if (utils.nonEmptyArray(bsConfig.run_settings.downloads) && !turboScaleSession) {
logger.debug("Downloading build artifacts");
await downloadBuildArtifacts(bsConfig, data.build_id, args, rawArgs, buildReportData);
}
Expand Down

0 comments on commit 0e7da87

Please sign in to comment.