Commit d7ffea45 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch '6126-enhance-ci-configuration-for-having-a-full-chain-for-building-2' into '1.4-dev'

Resolve "Enhance CI configuration for having a full chain for building"

Closes #6126

See merge request fusiondirectory/fd!832
Showing with 3 additions and 2 deletions
+3 -2
...@@ -162,9 +162,10 @@ trigger-ci: ...@@ -162,9 +162,10 @@ trigger-ci:
variables: variables:
GROUP: "$GROUP" GROUP: "$GROUP"
BRANCH_CORE: "$CI_COMMIT_REF_NAME" BRANCH_CORE: "$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN: "$BRANCH_PLUGIN_DEV" BRANCH_PLUGIN: "$BRANCH_PLUGIN"
BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH" BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH"
BRANCH_BUILD_DEBIAN_BUSTER: "$BRANCH_BUILD_DEBIAN_BUSTER"
BRANCH_BUILD_CENTOS_7: "$BRANCH_BUILD_CENTOS_7" BRANCH_BUILD_CENTOS_7: "$BRANCH_BUILD_CENTOS_7"
trigger: trigger:
project: fusiondirectory/fd-plugins project: fusiondirectory/fd-plugins
branch: "$BRANCH_PLUGIN_DEV" branch: "$BRANCH_PLUGIN"
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