mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
- updated config.yml
- Fastlane added - lanes added for upload to playstore Took 3 hours 34 minutes
This commit is contained in:
@@ -90,9 +90,10 @@ jobs:
|
||||
echo "$GOOGLE_PLAY_KEY" > "android/playstore.json"
|
||||
# And finally run the release build
|
||||
- run:
|
||||
name: Assemble release build
|
||||
name: Assemble and Upload to PlayStore
|
||||
command: |
|
||||
./gradlew assembleDriverRelease
|
||||
pwd
|
||||
bundle exec fastlane deploy<< parameters.flavour >>
|
||||
# Invoke jobs via workflows
|
||||
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
||||
workflows:
|
||||
|
||||
Reference in New Issue
Block a user