Skip to content

Commit

Permalink
[RC] Travis Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Oct 21, 2019
1 parent 83e1c4e commit 18681c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ install:
script:
- npm run build
- bash publish.sh
before_deploy:
- export RELEASE_NAME=$(cat release_name)
- export RELEASE_DESC=$(cat release_desc)
- export TRAVIS_TAG=$(cat travis_tag)
deploy:
provider: releases
file_glob: true
Expand Down
1 change: 1 addition & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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
echo $TRAVIS_TAG > travis_tag
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
Expand Down

0 comments on commit 18681c3

Please sign in to comment.