1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-01 17:26:46 +01:00

10 lines
184 B
Bash
Raw Permalink Normal View History

2017-09-09 00:03:22 +08:00
#!/bin/bash
set -o allexport
2017-09-09 16:04:34 +08:00
source $1
2017-09-09 17:14:57 +08:00
#https://docs.travis-ci.com/user/deployment/script/#Ruby-version
rvm default exec fastlane supply run
2017-09-09 16:04:34 +08:00
retcode=$?
set +o allexport
exit $retcode