Commit 5f1881e8 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch '6235-enlever-les-builds-release-sur-1-4-dev-et-1-3-fixes' into '1.3-fixes'

Resolve "enlever les builds-release sur 1.4-dev et 1.3-fixes"

See merge request fusiondirectory/fd!983
Showing with 0 additions and 13 deletions
+0 -13
...@@ -118,19 +118,6 @@ build-tarballs: ...@@ -118,19 +118,6 @@ build-tarballs:
- fusiondirectory-1.3.1.tar.gz - fusiondirectory-1.3.1.tar.gz
expire_in: 30d expire_in: 30d
build-release:
stage: tarballs
only:
- tags
script:
- mkdir "../fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')"
- cp -a ./* "../fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')"
- mv "../fusiondirectory-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')" ./
artifacts:
name: fusiondirectory-"$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')"
paths:
- ./fusiondirectory-"$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')"
trigger-plugins: trigger-plugins:
variables: variables:
GROUP: $GROUP GROUP: $GROUP
......
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