mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Don't install the Cloud SDK on Travis
We don't need this anymore.
This commit is contained in:
parent
8af3dde3af
commit
f32e5670a5
@ -1,17 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
|
|
||||||
echo $KEY_FILE | base64 --decode > gcloud_key_file.json
|
|
||||||
fi
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
# Download dependencies flutter
|
# Download dependencies flutter
|
||||||
./bin/flutter --version
|
./bin/flutter --version
|
||||||
./bin/flutter update-packages
|
./bin/flutter update-packages
|
||||||
|
|
||||||
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
|
|
||||||
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
|
||||||
curl https://sdk.cloud.google.com | bash
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user