Commit 6d18f75f authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(ci): Build-tarballs must be done always and not only for tags

Build-tarballs must be done always and not only for tags
Showing with 0 additions and 2 deletions
+0 -2
......@@ -129,8 +129,6 @@ update-transifex:
build-tarballs:
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 '"')/
......
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