We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94baec commit 12338ceCopy full SHA for 12338ce
scripts/after_deploy.sh
@@ -27,7 +27,6 @@ git commit -m "Update manifest and docker-compose versions to current release: $
27
dappnodesdk --help
28
export FUTURE_VERSION=$(dappnodesdk increase patch -p infura -s)
29
echo "dappnodesdk increase patch output: $FUTURE_VERSION"
30
-export FUTURE_VERSION=$(echo "$FUTURE_VERSION" | awk '/Next version:/{print $3}')
31
export BRANCH_NAME="v${FUTURE_VERSION}"
32
echo "Run dappnodesdk and increased version to FUTURE_VERSION: $FUTURE_VERSION"
33
git checkout -b $BRANCH_NAME
0 commit comments