mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-16 19:50:53 +01:00
fixed travis build script
This commit is contained in:
parent
e8970839c9
commit
c374ab84ce
@ -75,11 +75,7 @@ deploy:
|
||||
tags: true
|
||||
# Publish to Google Play store
|
||||
- provider: script
|
||||
script:
|
||||
- set -o allexport
|
||||
- source ./twidere/src/google/.supplyrc
|
||||
- fastlane supply run
|
||||
- set +o allexport
|
||||
script: ./travis/scripts/google_play_deploy.sh
|
||||
on:
|
||||
repo: TwidereProject/Twidere-Android
|
||||
tags: true
|
||||
|
6
travis/scripts/google_play_deploy.sh
Executable file
6
travis/scripts/google_play_deploy.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o allexport
|
||||
source ./twidere/src/google/.supplyrc
|
||||
fastlane supply run
|
||||
set +o allexport
|
Loading…
x
Reference in New Issue
Block a user