Commit e277f384 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.4-dev'

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

Closes #6235

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