Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CircleCI configuration #339

Open
wants to merge 1 commit into
base: channel/beta
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
BrianHawley committed Dec 16, 2022
commit 5e6364a09b744d92326fe6212cc522ade499d99f
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ version: 2
jobs:
test:
machine:
image: ubuntu-2204:current
docker_layer_caching: true
working_directory: ~/codeclimate/codeclimate-rubocop
steps:
@@ -12,6 +13,7 @@ jobs:

release_images:
machine:
image: ubuntu-2204:current
docker_layer_caching: true
working_directory: ~/codeclimate/codeclimate-rubocop
steps: