Skip to content

Commit

Permalink
fix package-preprod-snapshot earthly version (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Apr 12, 2024
1 parent 326b838 commit 7ca47b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/api_tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat-gateway-test:
FROM ../../+package-cat-gateway --address=$CAT_ADDRESS --db_url=$DB_URL --log_level=$LOG_LEVEL

# copy preprod mithril snapshot to /tmp/preprod dir
COPY github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:feat/update-preprod+package-preprod-snapshot/snapshot /tmp/preprod
COPY github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v2.11.1+package-preprod-snapshot/snapshot /tmp/preprod

SAVE IMAGE cat-gateway-test:latest

Expand Down

0 comments on commit 7ca47b1

Please sign in to comment.