Skip to content

Commit

Permalink
Update before_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez authored Jan 23, 2019
1 parent be7cd1d commit 614de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git tag --delete $TRAVIS_TAG || echo "Error deleting previous tag $TRAVIS_TAG lo
npm install -g @dappnode/dappnodesdk

# 5. Compute the next version from the mainnet APM smart contract
export RELEASE_VERSION=$(dappnodesdk next patch -p infura)
export RELEASE_VERSION=$(dappnodesdk next patch -p infura || "0.0.1")
export TRAVIS_TAG="v${RELEASE_VERSION}"
echo "NEXT TRAVIS_TAG $TRAVIS_TAG"

Expand Down

0 comments on commit 614de03

Please sign in to comment.