Skip to content

Commit

Permalink
Ruby 3.0 upgrade in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sumirolabs committed Jun 27, 2023
1 parent 4cbfa57 commit 733e061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# CircleCI configuration, reducing the complexity of the entire block.
# ---------------------------------------------------------------------------------------------------------------------
docker_image: &docker_image
image: 916869144969.dkr.ecr.us-east-1.amazonaws.com/customink/base-ruby-ci:2.1-v2.7
image: 916869144969.dkr.ecr.us-east-1.amazonaws.com/customink/ruby:focal-3.1
aws_auth:
aws_access_key_id: ${PRODUCTION_AWS_ACCESS_KEY_ID}
aws_secret_access_key: ${PRODUCTION_AWS_SECRET_ACCESS_KEY}
Expand Down Expand Up @@ -46,9 +46,9 @@ commands:
- run:
name: "Minitest Test Suite"
command: |
cc-test-reporter before-build
# cc-test-reporter before-build
bin/test
cc-test-reporter after-build
# cc-test-reporter after-build
# ---------------------------------------------------------------------------------------------------------------------
# CircleCI Job Configuration
#
Expand Down

0 comments on commit 733e061

Please sign in to comment.