Skip to content

Commit

Permalink
Destroy runner log
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Mar 22, 2021
1 parent 0171aa9 commit f5840aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cml-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const shutdown = async (opts) => {
const { name, workdir = '' } = opts;
const tf_path = workdir;

console.log('Destroying runner...');
if (error) console.error(error);

const unregister_runner = async () => {
Expand Down

2 comments on commit f5840aa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.