Skip to content
Snippets Groups Projects
Verified Commit 1085c063 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Don't inherit variables (especially not the CI_REGISTRY_IMAGE).

parent 81c848ec
No related branches found
No related tags found
No related merge requests found
Pipeline #24274 failed
......@@ -65,6 +65,8 @@ unittest:
# Trigger building of server image and integration tests
trigger_build:
stage: deploy
inherit:
variables: false
variables:
# Renaming variables.
F_BRANCH: $CI_COMMIT_REF_NAME
......
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