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

WIP: Removed unnecessary variable reference.

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