diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ee887f..8f21f3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file + - build-and-test