Skip to content

Commit

Permalink
Experiment with increased verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 29, 2022
1 parent a0842dc commit 1aa8c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dockerfiles/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN chown -R stack /src

USER stack
RUN cd /src
RUN stack build --only-snapshot --test
RUN stack --verbose build --only-snapshot --test
RUN stack build shake

COPY etc/scripts/release.hs /src
Expand Down

0 comments on commit 1aa8c7d

Please sign in to comment.