mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
Local testing
This commit is contained in:
@@ -126,16 +126,15 @@ commands:
|
|||||||
command: |
|
command: |
|
||||||
echo "$GOOGLE_PLAY_KEY" > "google-play-key.json"
|
echo "$GOOGLE_PLAY_KEY" > "google-play-key.json"
|
||||||
- run:
|
- run:
|
||||||
name: file structure
|
name: file tree
|
||||||
command: |
|
command: |
|
||||||
|
cd app
|
||||||
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
|
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: |
|
||||||
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
|
pwd
|
||||||
# pwd
|
bundle exec fastlane deploy<< parameters.flavour >>
|
||||||
# bundle exec fastlane deploy<< parameters.flavour >>
|
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: fastlane/report.xml
|
path: fastlane/report.xml
|
||||||
# Define a job to be invoked later in a workflow.
|
# Define a job to be invoked later in a workflow.
|
||||||
|
|||||||
Reference in New Issue
Block a user