Commit 3b3879e4 authored by jswaelens's avatar jswaelens
Browse files

Merge branch '5774-add-artifcats-to-build' into '1.3-dev'

Resolve "Add artifcats to build"

Closes #5774

See merge request fusiondirectory/fd!231
Showing with 1 addition and 1 deletion
+1 -1
......@@ -163,7 +163,7 @@ build-release:
only:
- tags
script:
- tar -cvzf fusiondirectory-core-$(grep '*' Changelog | head -n1 | cut -d ' ' -f3).tar.gz *
- tar -cvzf fusiondirectory-core-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz *
artifacts:
paths:
- fusiondirectory-core-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz
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