Skip to content

Commit

Permalink
ci: fix container build for parameter-setup
Browse files Browse the repository at this point in the history
Follow-up to #4930, in which we inadvertently broken container builds,
due to a workspace dependency being introduced. We don't build container
images on every PR push, so CI passed fine, only failing when trying to
build/deploy post-merge. Tacked on a small change to address.

Refs #4933.
  • Loading branch information
conorsch committed Nov 19, 2024
1 parent 0b413ac commit b9957dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
!deployments/relayer/
# summonerd tool, for orchestrating contributions
!tools/summonerd/
# parameter setup tool, for wrangling circuit configuration
!tools/parameter-setup/

0 comments on commit b9957dd

Please sign in to comment.