Skip to content

Commit b186e5c

Browse files
authored
Updated env and config for analysis Flutter SDKs (#7970)
1 parent d69504b commit b186e5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.worker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update && \
77

88
ENV PUB_ENVIRONMENT="bot.pub_dev.pub_worker"
99
ENV CI="true"
10+
ENV NO_COLOR="true"
1011

1112
# Configure a 'worker' user, to avoid running processes as root when this is not
1213
# necessary (this is just docker hardening).

tool/setup-flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ fi
4444
# which should be already included in the tar archive. However, the tar archive requires
4545
# to run `flutter doctor` to work properly.
4646
cd "$1"
47-
./bin/flutter --no-version-check config --no-analytics
47+
./bin/flutter --no-version-check config --no-analytics --no-cli-animations
4848
./bin/flutter --no-version-check doctor

0 commit comments

Comments
 (0)