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 cceae52 commit 9e99b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipeline/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for job_name in "${job_queue[@]}"; do
# check if the switch is on
switch_status=$(eval echo "$"$global_switch_name)
if [ "${switch_status}" != "on" ]; then
print_warn "job is skipped, due to the switch is off\n"
print_warn "job is skipped, due to the switch(${global_switch_name}) is off\n"
continue
fi

Expand Down

0 comments on commit 9e99b27

Please sign in to comment.