Skip to content

Commit 652b5ea

Browse files
committed
remove: turboscale condition from stop local binary
1 parent ef06797 commit 652b5ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/commands/runs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,7 @@ module.exports = function run(args, rawArgs) {
361361
markBlockStart('postBuild');
362362
logger.debug("Completed polling of build status");
363363

364-
// stop the Local instance
365-
if (!turboScaleSession) await utils.stopLocalBinary(bsConfig, bs_local, args, rawArgs, buildReportData);
364+
await utils.stopLocalBinary(bsConfig, bs_local, args, rawArgs, buildReportData);
366365

367366
// waiting for 5 secs for upload to complete (as a safety measure)
368367
await new Promise(resolve => setTimeout(resolve, 5000));

0 commit comments

Comments
 (0)