Fail CI after exhausted WebUI install retries
This commit is contained in:
@@ -49,9 +49,8 @@ jobs:
|
||||
if npm install --prefer-online; then
|
||||
break
|
||||
fi
|
||||
status=$?
|
||||
if [ "$attempt" = 3 ]; then
|
||||
exit "$status"
|
||||
exit 1
|
||||
fi
|
||||
sleep $((attempt * 10))
|
||||
npm cache clean --force
|
||||
|
||||
Reference in New Issue
Block a user