We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7cd1d commit 614de03Copy full SHA for 614de03
scripts/before_deploy.sh
@@ -35,7 +35,7 @@ git tag --delete $TRAVIS_TAG || echo "Error deleting previous tag $TRAVIS_TAG lo
35
npm install -g @dappnode/dappnodesdk
36
37
# 5. Compute the next version from the mainnet APM smart contract
38
-export RELEASE_VERSION=$(dappnodesdk next patch -p infura)
+export RELEASE_VERSION=$(dappnodesdk next patch -p infura || "0.0.1")
39
export TRAVIS_TAG="v${RELEASE_VERSION}"
40
echo "NEXT TRAVIS_TAG $TRAVIS_TAG"
41
0 commit comments