Skip to content

Commit

Permalink
Use cimg ruby images
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Sep 21, 2023
1 parent b35bcca commit 7ad88d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
aws-auth: &aws-auth
aws_auth:
aws_access_key_id: $ECR_AWS_ACCESS_KEY_ID
aws_secret_access_key: $ECR_AWS_SECRET_ACCESS_KEY

version: 2.1
jobs:
lint:
docker:
- image: $SALSIFY_ECR_REPO/ruby_ci:3.0.6
<<: *aws-auth
- image: cimg/ruby:3.0.6
working_directory: ~/delayed_job_groups
steps:
- checkout
Expand Down Expand Up @@ -38,8 +32,7 @@ jobs:
ruby_version:
type: string
docker:
- image: $SALSIFY_ECR_REPO/ruby_ci:<< parameters.ruby_version >>
<<: *aws-auth
- image: cimg/ruby:<< parameters.ruby_version >>
environment:
CIRCLE_TEST_REPORTS: "test-results"
BUNDLE_GEMFILE: << parameters.gemfile >>
Expand Down

0 comments on commit 7ad88d5

Please sign in to comment.