Skip to content

Commit f8d000b

Browse files
committed
do not wait for build complete when tat=false
1 parent 34160ef commit f8d000b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/batch/batch_runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function run(lt_config, batches, env) {
148148
});
149149
if (
150150
lt_config["run_settings"]["sync"] == true ||
151-
lt_config["tunnel_settings"]["tunnel"] == true
151+
(lt_config["tunnel_settings"]["tunnel"] && lt_config["tunnel_settings"]["autostart"])
152152
) {
153153
console.log("Waiting for build to finish...");
154154
poller

0 commit comments

Comments
 (0)