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

:ambulance: fix(ci): The trigger job need to be alone in configuration

The trigger job need to be alone in configuration
Showing with 9 additions and 3 deletions
+9 -3
...@@ -10,6 +10,7 @@ stages: ...@@ -10,6 +10,7 @@ stages:
- codestyle - codestyle
- transifex - transifex
- tarballs - tarballs
- trigger
## Stage lint ## Stage lint
...@@ -129,9 +130,6 @@ update-transifex: ...@@ -129,9 +130,6 @@ update-transifex:
build-tarballs: build-tarballs:
stage: tarballs stage: tarballs
trigger:
project: fusiondirectory/fd-plugins
branch: 1.4-dev
only: only:
- 1.4-dev - 1.4-dev
script: script:
...@@ -156,3 +154,11 @@ build-release: ...@@ -156,3 +154,11 @@ build-release:
artifacts: artifacts:
paths: paths:
- fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz - fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz
trigger-ci:
stage: trigger
only:
- 1.4-dev
trigger:
project: fusiondirectory/fd-plugins
branch: 1.4-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