Commit 3dfee234 authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(gitlab-ci) $CI_COMMIT_REF_NAME cannot be in a variable

Showing with 2 additions and 2 deletions
+2 -2
......@@ -159,7 +159,7 @@ trigger-plugins:
variables:
GROUP: $GROUP
BRANCH_CORE: $CI_COMMIT_REF_NAME
BRANCH_PLUGIN: $BRANCH_PLUGIN
BRANCH_PLUGIN: $CI_COMMIT_REF_NAME
BRANCH_BUILD_DEBIAN_STRETCH: $BRANCH_BUILD_DEBIAN_STRETCH
BRANCH_BUILD_DEBIAN_BUSTER: $BRANCH_BUILD_DEBIAN_BUSTER
BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7
......@@ -168,4 +168,4 @@ trigger-plugins:
- branches
trigger:
project: fusiondirectory/fd-plugins
branch: $BRANCH_PLUGIN
\ No newline at end of file
branch: $CI_COMMIT_REF_NAME
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment