Skip to content

Commit

Permalink
remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed May 17, 2022
1 parent 3d3e239 commit 856d8e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ class CML {
} else if (duration) {
log.status = 'job_ended';
log.success = msg.includes('Job succeeded');
log.level = log.success ? 'info' : 'error';
} else if (msg.includes('Starting runner for')) {
log.status = 'ready';
}
Expand Down

1 comment on commit 856d8e4

@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.