Commit 5d2a9784 authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(gitlab-ci) removed " and added variables section in front for lisibility

Showing with 9 additions and 9 deletions
+9 -9
......@@ -155,17 +155,17 @@ build-release:
paths:
- fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz
trigger-ci:
trigger-plugins:
variables:
GROUP: $GROUP
BRANCH_CORE: $CI_COMMIT_REF_NAME
BRANCH_PLUGIN: $BRANCH_PLUGIN
BRANCH_BUILD_DEBIAN_STRETCH: $BRANCH_BUILD_DEBIAN_STRETCH
BRANCH_BUILD_DEBIAN_BUSTER: $BRANCH_BUILD_DEBIAN_BUSTER
BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7
stage: trigger
only:
- 1.4-dev
variables:
GROUP: "$GROUP"
BRANCH_CORE: "$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN: "$BRANCH_PLUGIN"
BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH"
BRANCH_BUILD_DEBIAN_BUSTER: "$BRANCH_BUILD_DEBIAN_BUSTER"
BRANCH_BUILD_CENTOS_7: "$BRANCH_BUILD_CENTOS_7"
trigger:
project: fusiondirectory/fd-plugins
branch: "$BRANCH_PLUGIN"
branch: $BRANCH_PLUGIN
\ 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