Commit 92e0a300 authored by bmortier's avatar bmortier
Browse files

Corrected bash variable use

Showing with 1 addition and 1 deletion
+1 -1
......@@ -15,7 +15,7 @@ build-release:
# - tags
- master
script:
- release = grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"'
- release=$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')
- echo release
- mkdir ../fusiondirectory-$release/
- mv ./* ../fusiondirectory-$release/
......
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