Skip to content

Commit

Permalink
Set a stable SHA for CI
Browse files Browse the repository at this point in the history
Should make this mergable.
  • Loading branch information
tpendragon committed Dec 12, 2024
1 parent 431d7e1 commit 3363726
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: ghcr.io/pulibrary/figgy:pr-6563
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
test:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:pr-6563
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
coverage_report:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:pr-6563
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
resource_class: large
steps:
- attach_workspace:
Expand All @@ -157,7 +157,7 @@ jobs:
rubocop:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:pr-6563
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down

0 comments on commit 3363726

Please sign in to comment.