From 57bb7a044ea432f12ef5fac8a03c572dbbb92970 Mon Sep 17 00:00:00 2001 From: Gwen Le Bihan Date: Wed, 13 Nov 2024 00:27:34 +0100 Subject: [PATCH] chore(ci): make yarn install verbose, also check runner space after (in case it works...) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e268ee754..547d9f10d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,9 @@ COPY scripts/ /app/scripts/ RUN rm -rf packages/mock-n7-ldap pack RUN rm -rf packages/oauth-client +RUN df -h +RUN yarn install --verbose RUN df -h; exit 1 -RUN yarn install RUN yarn cp-env RUN yarn generate-buildinfo