Skip to content

Commit

Permalink
[MOL-14987][BC] Update gitlab action
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedict committed Mar 8, 2024
1 parent 14a37aa commit 01d8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-gitlab-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
| jq -r '[ .[] | select( .name | contains("'"$DOWNSTREAM_JOB_NAME"'")) ]' | jq -r '.[].status')
echo "($DOWNSTREAM_JOB_NAME) Job status: $job_status"
sleep $(($CHECK_INTERVAL_MINUTES*60))
[[ $job_status == "running" ]] && sleep $(($CHECK_INTERVAL_MINUTES*60))
done
[[ $job_status == "canceled" ]] && echo "GitLab job was cancelled"
Expand Down

0 comments on commit 01d8236

Please sign in to comment.