Don't pollute Travis log with Google Cloud SDK installation (#11159)
* Don't pollute Travis log with Google Cloud SDK installation * review comments
This commit is contained in:
parent
6a05f0407e
commit
b3815fafc3
@ -7,7 +7,9 @@ set -x
|
|||||||
|
|
||||||
if [ -n "$TRAVIS" ]; then
|
if [ -n "$TRAVIS" ]; then
|
||||||
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
||||||
curl https://sdk.cloud.google.com | bash
|
echo "Installing Google Cloud SDK..."
|
||||||
|
curl https://sdk.cloud.google.com | bash > /dev/null
|
||||||
|
echo "Google Cloud SDK installation completed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# disable analytics on the bots and download Flutter dependencies
|
# disable analytics on the bots and download Flutter dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user