-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Populate PUB_ENVIRONMENT for initial pub get and correctly detect APPVEYOR as bot #9725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bin/flutter
Outdated
|
|
||
| echo Building flutter tool... | ||
| (cd "$FLUTTER_TOOLS_DIR"; "$PUB" upgrade --verbosity=error --no-packages-dir) | ||
| pub_env="flutter_install:$PUB_ENVIRONMENT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like all the other variables are uppercase, we may want to be consistent.
not that we have a bash style guide other than "not use bash". :-)
bin/flutter.bat
Outdated
| ECHO Updating flutter tool... | ||
| PUSHD "%flutter_tools_dir%" | ||
|
|
||
| REM Makes changes to PUB_ENVIRONMENT only visiable to commands within SETLOCAL/ENDLOCAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
visible
kevmoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix order. Mark this as fixing #9668
fixes #9668