Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
4be730ac
Commit
4be730ac
authored
Jun 23, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only download cloud SDK if we need it on Travis
parent
c12c179a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
setup.sh
dev/bots/setup.sh
+4
-2
No files found.
dev/bots/setup.sh
View file @
4be730ac
...
@@ -5,8 +5,10 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json
...
@@ -5,8 +5,10 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json
set
-x
set
-x
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
if
[
-n
"
$TRAVIS
"
]
&&
[
"
$TRAVIS_PULL_REQUEST
"
==
"false"
]
;
then
curl https://sdk.cloud.google.com | bash
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
curl https://sdk.cloud.google.com | bash
fi
# disable analytics on the bots and download Flutter dependencies
# disable analytics on the bots and download Flutter dependencies
./bin/flutter config
--no-analytics
./bin/flutter config
--no-analytics
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment