Skip to content

Commit

Permalink
Updated env and config for analysis Flutter SDKs (#7970)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Aug 21, 2024
1 parent d69504b commit b186e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update && \

ENV PUB_ENVIRONMENT="bot.pub_dev.pub_worker"
ENV CI="true"
ENV NO_COLOR="true"

# Configure a 'worker' user, to avoid running processes as root when this is not
# necessary (this is just docker hardening).
Expand Down
2 changes: 1 addition & 1 deletion tool/setup-flutter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ fi
# which should be already included in the tar archive. However, the tar archive requires
# to run `flutter doctor` to work properly.
cd "$1"
./bin/flutter --no-version-check config --no-analytics
./bin/flutter --no-version-check config --no-analytics --no-cli-animations
./bin/flutter --no-version-check doctor

0 comments on commit b186e5c

Please sign in to comment.