Skip to content
Snippets Groups Projects

Use "trigger" keyword for pipeline

Merged Daniel Hornung requested to merge f-trigger into dev
All threads resolved!
+ 2
1
@@ -66,7 +66,8 @@ unittest:
trigger_build:
stage: deploy
inherit:
variables: false
variables:
- DEPLOY_REF
variables:
# Renaming variables.
F_BRANCH: $CI_COMMIT_REF_NAME
Loading