Update config.yml

This commit is contained in:
2023-08-12 21:20:29 +01:00
committed by GitHub
parent cde24a0229
commit d7bbe7b8af

View File

@@ -8,7 +8,6 @@ version: 2.1
# See: https://circleci.com/docs/2.0/orb-intro/
orbs:
android: circleci/android@2.3.0
ruby: circleci/ruby@1.2.0
commands:
setup_repo:
@@ -81,7 +80,6 @@ commands:
name: Setup playstore key
command: |
echo "$GOOGLE_PLAY_KEY" > "google-play-key.json"
- ruby/install-deps
- run:
name: Run fastlane command to deploy to playstore
command: |
@@ -170,4 +168,4 @@ workflows:
only:
- main_atlas
requires:
- build-and-test
- build-and-test