Skip to content

Commit

Permalink
fix: fix job_health_check error
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 5, 2024
1 parent 7eef423 commit c3986f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipeline/cd/stage_monitor/job_health_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "${global_job_cmd}" != "" ]; then
fi

if [ $i -ge 10 ]; then
echo "health check failed"
echo "health check failed: res=${res}"
exit 1
fi

Expand Down

0 comments on commit c3986f0

Please sign in to comment.