Commit 08ceb49d authored by bmortier's avatar bmortier
Browse files

Merge branch '6259-add-a-variable-for-the-tarballs-generation-condition' into '1.4-dev'

Draft: Resolve "add a variable for the tarballs generation condition"

See merge request fusiondirectory/fd!1010
Showing with 2 additions and 2 deletions
+2 -2
...@@ -73,7 +73,7 @@ update-transifex: ...@@ -73,7 +73,7 @@ update-transifex:
build-tarballs: build-tarballs:
stage: tarballs stage: tarballs
only: only:
- 1.4-dev - $TARBALLS_TRIGGER_VERSION
script: script:
- mkdir ../fusiondirectory-$VERSION/ - mkdir ../fusiondirectory-$VERSION/
- mv ./* ../fusiondirectory-$VERSION/ - mv ./* ../fusiondirectory-$VERSION/
...@@ -94,7 +94,7 @@ trigger-plugins: ...@@ -94,7 +94,7 @@ trigger-plugins:
BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7 BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7
stage: trigger stage: trigger
only: only:
- 1.4-dev - $TARBALLS_TRIGGER_VERSION
trigger: trigger:
project: fusiondirectory/fd-plugins project: fusiondirectory/fd-plugins
branch: $CI_COMMIT_REF_NAME branch: $CI_COMMIT_REF_NAME
......
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