Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Attached run does not wait runner (iterative#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega authored Nov 17, 2020
1 parent fc45bab commit b64b5d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/cml-cloud-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ const setup_runners = async (opts) => {
);

await ssh.dispose();
await cml.await_runner({ name: instance_name });

if (!attached) await cml.await_runner({ name: instance_name });
}
};

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/cml",
"version": "0.2.7",
"version": "0.2.8",
"author": {
"name": "DVC",
"url": "http://cml.dev"
Expand Down

0 comments on commit b64b5d0

Please sign in to comment.