Skip to content

Commit

Permalink
[RC] Bash syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Oct 21, 2019
1 parent 03bbe8c commit 83e1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" =~ ^[\ []Test[]\ ].*$ ]]; then
echo "v${PACKAGE_VERSION}-rc-${TRAVIS_COMMIT}" > release_name
echo "This is a test development Beet build. Not for production use." > release_desc
fi
if [ "$SHOULD_BUILD" = "true" ] then
if [ "$SHOULD_BUILD" = "true" ]; then
git remote rm origin
git remote add origin https://github.com:${GH_TOKEN}@github.com/bitshares/beet.git > /dev/null 2>&1
git tag $TRAVIS_TAG
Expand Down

0 comments on commit 83e1c4e

Please sign in to comment.