ci: the probe never ran - an API trigger has source api, not web

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Thore Cimbal
2026-08-19 12:00:00 +00:00
co-authored by Claude Opus 5
parent e816d76f60
commit c3e42be0d1
+1 -1
View File
@@ -209,7 +209,7 @@ canonize_wiki:
canonize_token_test:
image: alpine:3.20
rules:
- if: $CI_PIPELINE_SOURCE == "web" && $TEST_CANONIZE == "1"
- if: $TEST_CANONIZE == "1" # Quelle egal: die Variable ist der Schutz
script:
- apk add --no-cache git ca-certificates >/dev/null
- export GIT_SSL_CAINFO="$CI_PROJECT_DIR/ci/lab-ca-chain.crt"