mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
Local testing
This commit is contained in:
@@ -120,11 +120,16 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Setup keystore
|
name: Setup keystore
|
||||||
command: |
|
command: |
|
||||||
echo "$BASE64_KEYSTORE" | base64 --decode > "app/keystore.jks"
|
echo "$BASE64_KEYSTORE" | base64 --decode > "$PWD/app/keystore.jks"
|
||||||
- run:
|
- run:
|
||||||
name: Setup playstore key
|
name: Setup playstore key
|
||||||
command: |
|
command: |
|
||||||
echo "$GOOGLE_PLAY_KEY" > "google-play-key.json"
|
echo "$GOOGLE_PLAY_KEY" > "google-play-key.json"
|
||||||
|
- run:
|
||||||
|
name: file structure
|
||||||
|
command: |
|
||||||
|
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
|
||||||
|
working_directory: app
|
||||||
- run:
|
- run:
|
||||||
name: Run fastlane command to deploy to playstore
|
name: Run fastlane command to deploy to playstore
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user