Skip to content
Snippets Groups Projects
Commit cfad4967 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

maybe or mayb enot fix

parent 3dd85b65
Branches
Tags v0.0.1
No related merge requests found
Pipeline #9056 failed
...@@ -85,7 +85,7 @@ ensure-job-added: ...@@ -85,7 +85,7 @@ ensure-job-added:
script: script:
- | - |
route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs" route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs"
count=`curl --silent "$route" | jq 'map(select(.name | contains("component job of vs22-cmake"))) | length'` count=`curl --silent "$route" | jq 'map(select(.name | contains("component job of vs22-x64"))) | length'`
if [ "$count" != "1" ]; then if [ "$count" != "1" ]; then
echo "Count $count" echo "Count $count"
exit 1; else exit 1; else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment