Merge "Don't use --verbose with yarn"

This commit is contained in:
Zuul 2021-10-23 17:04:53 +00:00 committed by Gerrit Code Review
commit b3b0c213a7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ then
# Be forgiving of package retrieval errors
attempts=0
set +e
until yarn install --verbose; do
until yarn install; do
((attempts++))
if [[ $attempts > 2 ]]
then