passepartout-apple/ci/dev-deploy.sh

6 lines
175 B
Bash
Executable File

#!/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"