Only tag after successful deploy

This commit is contained in:
Davide De Rosa 2019-03-31 21:26:51 +02:00
parent 42ff5a0642
commit 250e733a04
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy
VERSION=`agvtool mvers -terse1`
BUILD=`agvtool vers -terse`
git tag "v$VERSION-b$BUILD"
TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy && git tag "v$VERSION-b$BUILD"

View File

@ -1,5 +1,4 @@
#!/bin/sh
TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy
VERSION=`agvtool mvers -terse1`
BUILD=`agvtool vers -terse`
#git tag "v$VERSION-a$BUILD"
TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy #&& git tag "v$VERSION-a$BUILD"