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
f32e5670
Commit
f32e5670
authored
Mar 03, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't install the Cloud SDK on Travis
We don't need this anymore.
parent
8af3dde3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
setup.sh
travis/setup.sh
+1
-12
No files found.
travis/setup.sh
View file @
f32e5670
#!/bin/bash
set
-e
if
[
$TRAVIS_PULL_REQUEST
=
"false"
]
;
then
echo
$KEY_FILE
|
base64
--decode
>
gcloud_key_file.json
fi
set
-x
set
-ex
# Download dependencies flutter
./bin/flutter
--version
./bin/flutter update-packages
if
[
$TRAVIS_PULL_REQUEST
=
"false"
]
;
then
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
curl https://sdk.cloud.google.com | bash
fi
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