Commit b3815faf authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Don't pollute Travis log with Google Cloud SDK installation (#11159)

* Don't pollute Travis log with Google Cloud SDK installation

* review comments
parent 6a05f040
...@@ -7,7 +7,9 @@ set -x ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment