From fbf3c4e41c2bd55a4553f1c8a63e7d12d30cf318 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 12 Apr 2021 17:42:25 -0700 Subject: [PATCH] make pub super verbose for LUCI CI (#80319) --- bin/internal/shared.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/internal/shared.sh b/bin/internal/shared.sh index be9320210e2..cc1d7ec6acd 100644 --- a/bin/internal/shared.sh +++ b/bin/internal/shared.sh @@ -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