make pub super verbose for LUCI CI (#80319)

This commit is contained in:
Jonah Williams 2021-04-12 17:42:25 -07:00 committed by GitHub
parent 12ec7dc879
commit fbf3c4e41c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,12 @@ function upgrade_flutter () (
PUB_ENVIRONMENT="$PUB_ENVIRONMENT:flutter_bot"
VERBOSITY="--verbosity=normal"
fi
# Increase verbosity for Flutter's LUCI CI infra.
if [[ -n "$LUCI_CI" ]]; then
PUB_ENVIRONMENT="$PUB_ENVIRONMENT:flutter_bot"
VERBOSITY="--verbosity=all"
fi
export PUB_ENVIRONMENT="$PUB_ENVIRONMENT:flutter_install"
if [[ -d "$FLUTTER_ROOT/.pub-cache" ]]; then