Skip to content

Commit

Permalink
fix xmlstarlet binary name in gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Jul 27, 2017
1 parent 522a6b7 commit dbd965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ package-windows-amd64:
# take off the ~ section for chocolatey packages. Unfortunately this means development versions won't get overridden by the final ones, but they should never be being uploaded to chocolatey anyway
- CHANGELOG_VERSION=${CHANGELOG_VERSION%%~*}
- sed -i 's/&/\&amp;/g; s/</\&lt;/g; s/>/\&gt;/g; s/"/\&quot;/g; s/'"'"'/\&#39;/g' doc/changelog.md
- xml tr --xinclude .gitlab-ci/noop.xsd .gitlab-ci/bytemark-client.nuspec > choco/bytemark-client.nuspec
- xmlstarlet tr --xinclude .gitlab-ci/noop.xsd .gitlab-ci/bytemark-client.nuspec > choco/bytemark-client.nuspec
- sed -i -e "s/VERSION/${VERSION:-$CHANGELOG_VERSION.$CI_PIPELINE_ID}/g" choco/bytemark-client.nuspec
- mv bytemark-amd64-windows choco/tools/bytemark.exe
- cd choco
Expand Down

0 comments on commit dbd965b

Please sign in to comment.