Commit 2df4c54b authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch...

Merge branch '6109-change-expiration-time-for-artifacts-and-trigger-plugin-ci-after-tarballs-building' into '1.4-dev'

Resolve "Change expiration time for artifacts and trigger plugin CI after tarballs building"

Closes #6109

See merge request fusiondirectory/fd!796
Showing with 10 additions and 1 deletion
+10 -1
...@@ -10,6 +10,7 @@ stages: ...@@ -10,6 +10,7 @@ stages:
- codestyle - codestyle
- transifex - transifex
- tarballs - tarballs
- trigger
## Stage lint ## Stage lint
...@@ -139,7 +140,7 @@ build-tarballs: ...@@ -139,7 +140,7 @@ build-tarballs:
artifacts: artifacts:
paths: paths:
- fusiondirectory-1.4.tar.gz - fusiondirectory-1.4.tar.gz
expire_in: 1h expire_in: 30d
build-release: build-release:
stage: tarballs stage: tarballs
...@@ -153,3 +154,11 @@ build-release: ...@@ -153,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