Commit 14159038 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: fix(gitlab-ci): Use changelog.md for tarball release to mae artifact


Use changelog.md for tarball release to make artifact

Signed-off-by: default avatarJonathan Swaelens <swaelens.jonathan@opensides.be>
Showing with 1 addition and 1 deletion
+1 -1
...@@ -166,4 +166,4 @@ build-release: ...@@ -166,4 +166,4 @@ build-release:
- tar -cvzf fusiondirectory-core-$(grep '*' Changelog | head -n1 | cut -d ' ' -f3).tar.gz * - tar -cvzf fusiondirectory-core-$(grep '*' Changelog | head -n1 | cut -d ' ' -f3).tar.gz *
artifacts: artifacts:
paths: paths:
- fusiondirectory-core-$(grep '*' Changelog | head -n1 | cut -d ' ' -f3).tar.gz - 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