Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e6364a

Browse files
committedDec 16, 2022
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 5e6364a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2
33
jobs:
44
test:
55
machine:
6+
image: ubuntu-2204:current
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:current
1517
docker_layer_caching: true
1618
working_directory: ~/codeclimate/codeclimate-rubocop
1719
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.