Skip to content

Commit

Permalink
feat: add single job support
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 5, 2024
1 parent 4b2a15b commit 2ee3e0f
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 @@ -37,7 +37,7 @@ job_queue=(
"cd.stage_monitor.job_api_test"
"cd.stage_monitor.job_health_check"
)
if [ "$1" == "" ]; then
if [ "$1" != "" ]; then
job_queue=($1)
fi

Expand Down

0 comments on commit 2ee3e0f

Please sign in to comment.