Skip to content

Commit

Permalink
ci(devnet): copy all Go code to build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley authored and gligneul committed Mar 27, 2024
1 parent 9534124 commit f728c4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,8 @@ ENV PATH=$PATH:/usr/local/go/bin

# Copy gen-devnet script and dependencies
# This should be simplified in the future when `COPY --parents` is made available
COPY internal/services internal/services
COPY pkg/addresses pkg/addresses
COPY pkg/contracts pkg/contracts
COPY pkg/ethutil pkg/ethutil
COPY internal internal
COPY pkg pkg
COPY rollups-contracts rollups-contracts
COPY cmd/gen-devnet cmd/gen-devnet

Expand Down

0 comments on commit f728c4f

Please sign in to comment.