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

FIX: Don't inherit global variables.

parent 513a5836
No related branches found
No related tags found
2 merge requests!17Release 6.0,!8"trigger" keyword and failing strategy
Pipeline #23807 passed
......@@ -100,6 +100,8 @@ build-testenv:
# Trigger building of server image and integration tests
trigger_build:
stage: deploy
inherit:
variables: false
variables:
F_BRANCH: $CI_COMMIT_REF_NAME
MYSQLBACKEND: $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