mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
Update config.yml
This commit is contained in:
@@ -8,7 +8,6 @@ version: 2.1
|
|||||||
# See: https://circleci.com/docs/2.0/orb-intro/
|
# See: https://circleci.com/docs/2.0/orb-intro/
|
||||||
orbs:
|
orbs:
|
||||||
android: circleci/android@2.3.0
|
android: circleci/android@2.3.0
|
||||||
ruby: circleci/ruby@1.2.0
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
setup_repo:
|
setup_repo:
|
||||||
@@ -81,7 +80,6 @@ commands:
|
|||||||
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"
|
||||||
- ruby/install-deps
|
|
||||||
- run:
|
- run:
|
||||||
name: Run fastlane command to deploy to playstore
|
name: Run fastlane command to deploy to playstore
|
||||||
command: |
|
command: |
|
||||||
@@ -170,4 +168,4 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- main_atlas
|
- main_atlas
|
||||||
requires:
|
requires:
|
||||||
- build-and-test
|
- build-and-test
|
||||||
|
|||||||
Reference in New Issue
Block a user