Unverified Commit 5cb1742c authored by flyer's avatar flyer Committed by GitHub
Browse files

Merge pull request #1178 from flyer103/release-1.10.0

cherry-pick #1155
Showing with 1 addition and 0 deletions
+1 -0
...@@ -45,6 +45,7 @@ func Execute() error { ...@@ -45,6 +45,7 @@ func Execute() error {
resultMsg := types.JobSuccess resultMsg := types.JobSuccess
if err != nil { if err != nil {
resultMsg = types.JobFail resultMsg = types.JobFail
log.Errorf("Failed to run: %s.", err)
} }
log.Infof("Job Status: %s", resultMsg) log.Infof("Job Status: %s", resultMsg)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment