Skip to content

Commit

Permalink
chore(ci): yarn install verbose does not exist anymore, maybe one job…
Browse files Browse the repository at this point in the history
… at a time works better?
  • Loading branch information
ewen-lbh committed Nov 12, 2024
1 parent 57bb7a0 commit 315372f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN rm -rf packages/mock-n7-ldap pack
RUN rm -rf packages/oauth-client

RUN df -h
RUN yarn install --verbose
RUN yarn install
RUN df -h; exit 1
RUN yarn cp-env
RUN yarn generate-buildinfo
Expand Down

0 comments on commit 315372f

Please sign in to comment.