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

Revert "WIP: Removed unnecessary variable reference."

This reverts commit 06ea0ac1.
parent 06ea0ac1
No related branches found
No related tags found
2 merge requests!66REL: prepare release 0.8.0,!61Use "trigger" keyword for pipeline.
Pipeline #24392 canceled
...@@ -83,11 +83,12 @@ test: ...@@ -83,11 +83,12 @@ test:
# Deploy: Trigger building of server image and integration tests # Deploy: Trigger building of server image and integration tests
trigger_inttest: trigger_inttest:
stage: deploy stage: deploy
needs: [ ] needs: [ test ]
inherit: inherit:
variables: variables:
# List the variables that shall be inherited, which also means they will override any equally # List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines. # named varibles in child pipelines.
- DEPLOY_REF
- TRIGGERED_BY_REPO - TRIGGERED_BY_REPO
- TRIGGERED_BY_REF - TRIGGERED_BY_REF
- TRIGGERED_BY_HASH - TRIGGERED_BY_HASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment