Skip to content

Commit aad1cb1

Browse files
committed
fix image path
1 parent 6dba1c4 commit aad1cb1

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
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
build:
55
docker:
6-
- image: circleci/ruby:2.7.1-node
6+
- image: cimg/ruby:2.7.1-node
77
environment:
88
- RAILS_ENV=test
99
- RACK_ENV=test
@@ -27,7 +27,7 @@ jobs:
2727
command: bundle exec rubocop
2828
deploy:
2929
docker:
30-
- image: circleci/ruby:2.7.1-node
30+
- image: cimg/ruby:2.7.1-node
3131
steps:
3232
- checkout
3333
- run:

0 commit comments

Comments
 (0)