Commit 4fe22179 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: fix(ci): Use the CI variable directly instead of the normal variable

Use the CI variable directly instead of the normal variable
Showing with 2 additions and 3 deletions
+2 -3
...@@ -4,7 +4,6 @@ image: debian:stretch ...@@ -4,7 +4,6 @@ image: debian:stretch
# Define variable to disable SSL verification of GIT # Define variable to disable SSL verification of GIT
variables: variables:
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
BRANCH_PLUGIN: "$BRANCH_PLUGIN_DEV"
stages: stages:
- lint - lint
...@@ -163,9 +162,9 @@ trigger-ci: ...@@ -163,9 +162,9 @@ trigger-ci:
variables: variables:
GROUP: "$GROUP" GROUP: "$GROUP"
BRANCH_CORE: "$CI_COMMIT_REF_NAME" BRANCH_CORE: "$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN: "$BRANCH_PLUGIN" BRANCH_PLUGIN: "$BRANCH_PLUGIN_DEV"
BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH" BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH"
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" branch: "$BRANCH_PLUGIN_DEV"
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