Skip to content

Commit

Permalink
fix: yarn-project-base-deps not in manifest [debug ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 19, 2023
1 parent 7b93f83 commit 648c910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This base dockerfile adds all the remaining source files, performs artifact generation, and builds the project.
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/noir-contracts-build as noir
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/yarn-project-base-deps
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/yarn-project-base

# Copy in the entire workspace.
COPY . .
Expand All @@ -12,4 +12,4 @@ RUN cd /usr/src/yarn-project/noir-contracts && yarn build && ./scripts/types_all

# Build the entire project and check formatting.
RUN yarn tsc -b && yarn formatting
RUN yarn test
RUN yarn test

0 comments on commit 648c910

Please sign in to comment.