Workaround timeout issues during build

This commit is contained in:
Franck Nijhof 2024-01-21 17:40:48 +01:00
parent 884e4a0b7d
commit 633b19899b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -20,9 +20,9 @@ RUN \
--strip 1 -C /opt \
\
&& cd /opt \
&& CYPRESS_INSTALL_BINARY=0 yarn --frozen-lockfile \
&& CYPRESS_INSTALL_BINARY=0 yarn --frozen-lockfile --network-timeout 1000000 \
&& yarn build \
&& yarn install --production --ignore-scripts --prefer-offline \
&& yarn install --production --ignore-scripts --prefer-offline --network-timeout 1000000 \
&& yarn cache clean \
\
&& echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > "/opt/committag.json" \