Commit 449d98a7 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(ci): Remove build-release

Remove build-release
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