Skip to content

Commit

Permalink
go on for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Mar 24, 2024
1 parent 74e6868 commit ad66a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ aztec:

source:
# for debugging rebuilds
RUN find # echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash
RUN echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash

end-to-end:
FROM +source
Expand Down

0 comments on commit ad66a25

Please sign in to comment.