Twidere-App-Android-Twitter.../travis/scripts/google_play_deploy.sh

11 lines
122 B
Bash
Raw Normal View History

2017-09-08 18:03:22 +02:00
#!/bin/bash
2017-09-09 10:04:34 +02:00
fastlane --version
2017-09-08 18:03:22 +02:00
set -o allexport
2017-09-09 10:04:34 +02:00
source $1
2017-09-08 18:03:22 +02:00
fastlane supply run
2017-09-09 10:04:34 +02:00
retcode=$?
set +o allexport
exit $retcode