Commit d8dfbe83 authored by bmortier's avatar bmortier
Browse files

Merge branch '6224-merge-the-release-stage-into-1-4-dev' into '1.4-dev'

Resolve "Merge the release stage into 1.4-dev"

Closes #6224

See merge request fusiondirectory/fd-plugins!981
Showing with 14 additions and 0 deletions
+14 -0
...@@ -87,6 +87,20 @@ build-tarballs: ...@@ -87,6 +87,20 @@ build-tarballs:
- fusiondirectory-plugins-$VERSION.tar.gz - fusiondirectory-plugins-$VERSION.tar.gz
expire_in: 30d expire_in: 30d
build-release:
stage: tarballs
only:
- tags
script:
- VERSION=$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')
- mkdir ../fusiondirectory-$VERSION/
- mv ./* ../fusiondirectory-$VERSION/
- mv ../fusiondirectory-$VERSION/ ./
- tar -cvzf fusiondirectory-$VERSION.tar.gz *
artifacts:
paths:
- ./*.tar.gz
trigger-ci-debian-buster: trigger-ci-debian-buster:
stage: trigger stage: trigger
only: only:
......
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