We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7de93b commit b22984aCopy full SHA for b22984a
.circleci/config.yml
@@ -5,6 +5,8 @@ x-config:
5
x-images:
6
- &docker-node
7
- image: 'circleci/node:8'
8
+ - &docker-ruby
9
+ - image: 'circleci/ruby:2.4'
10
x-caching: # caching instructions
11
- &save-cache-yarn
12
key: 'v3-yarn-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}'
@@ -116,7 +118,7 @@ jobs:
116
118
- persist_to_workspace: *persist-workspace-node_modules
117
119
120
cache-bundler-linux:
- docker: [{image: 'circleci/ruby:2.4'}]
121
+ docker: *docker-ruby
122
steps:
123
- checkout
124
- run: *set-ruby-version
0 commit comments