From e38cd4ccc423c34dede0bde2560907d27b1e2403 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Wed, 19 Feb 2020 22:33:16 +0100 Subject: Try to fix yarn install during docker build on CI Signed-off-by: Max Magorsch --- bin/first-run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/first-run b/bin/first-run index 5fbe671..a191491 100755 --- a/bin/first-run +++ b/bin/first-run @@ -4,6 +4,8 @@ sleep 30 bundler install +yarn cache clean +yarn install --network-concurrency 1 yarn install --check-files bundle exec rake tmp:create RAILS_ENV=${1:-development} bundle exec rake tmp:cache:clear RAILS_ENV=${1:-development} -- cgit v1.2.3-65-gdbad