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

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

parent 81c848ec
No related branches found
No related tags found
1 merge request!62Use "trigger" keyword for pipeline
Pipeline #24275 passed
......@@ -65,6 +65,9 @@ unittest:
# Trigger building of server image and integration tests
trigger_build:
stage: deploy
inherit:
variables:
- DEPLOY_REF
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