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
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
...@@ -65,6 +65,8 @@ unittest: ...@@ -65,6 +65,8 @@ unittest:
# Trigger building of server image and integration tests # Trigger building of server image and integration tests
trigger_build: trigger_build:
stage: deploy stage: deploy
inherit:
variables: false
variables: variables:
# Renaming variables. # Renaming variables.
F_BRANCH: $CI_COMMIT_REF_NAME 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