Skip to content

Commit 4c90387

Browse files
committed
ci: avoid manually installing ruby in docker images that already provide it
1 parent 2bd8f85 commit 4c90387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ commands:
3939
- checkout
4040
- restore_gradle_cache
4141
- restore_bundler_cache
42-
- ruby/install-deps:
43-
with-cache: true
4442

4543
executors:
4644
android-machine:
@@ -56,6 +54,8 @@ jobs:
5654
resource_class: large
5755
steps:
5856
- setup_android
57+
- ruby/install-deps:
58+
with-cache: true
5959
- run:
6060
name: Fastlane - run all tests with coverage report
6161
command: |

0 commit comments

Comments
 (0)