Skip to content

Commit

Permalink
fix gcloud key path
Browse files Browse the repository at this point in the history
  • Loading branch information
andycmaj committed Dec 4, 2018
1 parent 18871b4 commit a8024d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- run:
name: configure kubectl with gcloud
command: |
echo $GCLOUD_SERVICE_KEY > ${HOME}/gcloud-service-key.json
gcloud auth activate-service-account --key-file=${HOME}/gcloud-service-key.json
echo $GCLOUD_SERVICE_KEY > /tmp/gcloud-service-key.json
gcloud auth activate-service-account --key-file=/tmp/gcloud-service-key.json
gcloud --quiet config set project andy-sandbox
gcloud --quiet config set compute/zone us-west1-a
gcloud --quiet container clusters get-credentials dev
Expand Down

0 comments on commit a8024d2

Please sign in to comment.