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

10 lines
184 B
Bash
Executable File

#!/bin/bash
set -o allexport
source $1
#https://docs.travis-ci.com/user/deployment/script/#Ruby-version
rvm default exec fastlane supply run
retcode=$?
set +o allexport
exit $retcode