Skip to content

Commit

Permalink
Use gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
kogai committed May 25, 2018
1 parent f9bf15f commit 0f9727b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ references:
name: Setup global dependencies
command: |
sudo apt-get update
sudo apt-get install -y google-cloud-sdk
gcloud config set core/disable_usage_reporting true
gcloud config set component_manager/disable_update_check true
curl https://sh.rustup.rs -sSf | sh -s -- -y
gcloud --version
docker --version
echo $GOOGLE_CLOUD_PLATFORM_API_KEY > ${HOME}/gcloud-service-key.json
build_server: &build_server
run:
Expand Down
2 changes: 0 additions & 2 deletions gcloud/Dockerfile

This file was deleted.

0 comments on commit 0f9727b

Please sign in to comment.