Skip to content

Commit

Permalink
Use the updated figgy CI container
Browse files Browse the repository at this point in the history
Co-authored-by: Trey Pendragon <[email protected]>
  • Loading branch information
hackartisan and tpendragon committed Jul 27, 2023
1 parent 8216551 commit c0d4c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
working_directory: ~/figgy
docker:
- image: pulibrary/ci-figgy:1.3
- image: pulibrary/ci-figgy:1.4
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
test:
working_directory: ~/figgy
docker:
- image: pulibrary/ci-figgy:1.3
- image: pulibrary/ci-figgy:1.4
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
coverage_report:
working_directory: ~/figgy
docker:
- image: pulibrary/ci-figgy:1.3
- image: pulibrary/ci-figgy:1.4
resource_class: large
steps:
- attach_workspace:
Expand All @@ -155,7 +155,7 @@ jobs:
rubocop:
working_directory: ~/figgy
docker:
- image: pulibrary/ci-figgy:1.3
- image: pulibrary/ci-figgy:1.4
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down

0 comments on commit c0d4c54

Please sign in to comment.