Skip to content

Commit 7b384f9

Browse files
committed
Fix CircleCI configuration
CircleCI sent me an email indicating that the config settings for this repo were set to use a deprecated image (Ubuntu 14.04) because we didn't specify the image to use. The image option is required, per their docs; set it as recommended.
1 parent af40822 commit 7b384f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2
33
jobs:
44
test:
55
machine:
6+
image: ubuntu-2204:2022.10.2
67
docker_layer_caching: true
78
working_directory: ~/codeclimate/codeclimate-rubocop
89
steps:
@@ -12,6 +13,7 @@ jobs:
1213

1314
release_images:
1415
machine:
16+
image: ubuntu-2204:2022.10.2
1517
docker_layer_caching: true
1618
working_directory: ~/codeclimate/codeclimate-rubocop
1719
steps:

0 commit comments

Comments
 (0)