mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
CircleCI: Accept Android Licenses
This commit is contained in:
@ -19,7 +19,10 @@ jobs:
|
|||||||
command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-key.json
|
command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-key.json
|
||||||
- run:
|
- run:
|
||||||
name: Create Android Key file
|
name: Create Android Key file
|
||||||
command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.propertier
|
command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties
|
||||||
|
- run:
|
||||||
|
name: Accept Android Licenses
|
||||||
|
command: $ANDROID_HOME/tools/bin/sdkmanager --update
|
||||||
- run:
|
- run:
|
||||||
name: Publish Beta
|
name: Publish Beta
|
||||||
command: cd android && fastlane betaBuild
|
command: cd android && fastlane betaBuild
|
||||||
|
Reference in New Issue
Block a user