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

fix

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