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

limit test to bookworm, trixie not supported yet

parent b0f46e24
No related branches found
Tags v0.0.5
No related merge requests found
Pipeline #9104 failed
......@@ -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 '.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment