Skip to content

Commit

Permalink
update: update print style
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 2, 2024
1 parent dbf2901 commit 640b8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pipeline/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ job_queue=(
"cd.stage_monitor.job_health_check"
)

print_step "start pipeline"

for job_name in "${job_queue[@]}"; do
global_job_name=${job_name//./_}
global_job_path="${BASE_PATH}/.pipeline/${job_name//./\/}.sh"
Expand Down Expand Up @@ -58,3 +60,5 @@ for job_name in "${job_queue[@]}"; do
exit 1
fi
done

print_ok "end pipeline"

0 comments on commit 640b8d5

Please sign in to comment.