diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 051a6990a34aa4ad7260bcc02f403126ca42aa5e..7673f7558d8b4ba51b40f52dad2af100f381b59e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,13 +26,6 @@ ensure-job-added: - | route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs" echo "$route" - count=`curl --silent "$route" | jq 'map(select(.name | contains("pref-debian-trixie-x64"))) | length'` - if [ "$count" != "1" ]; then - curl --silent "$route" | jq '.' - exit 1; else - echo "Component Job present" - fi - # yeah yeah, this is stupid: please make it better :) count=`curl --silent "$route" | jq 'map(select(.name | contains("pref-debian-bookworm-x64"))) | length'` if [ "$count" != "1" ]; then curl --silent "$route" | jq '.'