Skip to content

Commit

Permalink
fixup gcp push credentials in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Dec 5, 2017
1 parent b104bd0 commit 658cf06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file modified .gcp.json.enc
Binary file not shown.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
gcloud components install kubectl
- |
# Configure gcloud with a service account and a k8s context.
openssl aes-256-cbc \
-K "$encrypted_72832b647e2b_key" -iv "$encrypted_72832b647e2b_iv" \
-in .gcp.json.enc -out .gcp.json -d
gcloud auth activate-service-account --key-file .gcp.json
openssl aes-256-cbc -K $encrypted_6af64675f81c_key -iv $encrypted_6af64675f81c_iv -in .gcp.json.enc -out .gcp.json -d
(. bin/_gcp.sh ; gcp_configure "$GCP_PROJECT" "$GCP_ZONE" "$GKE_CLUSTER")
- gcloud version
- kubectl version --short
Expand Down

0 comments on commit 658cf06

Please sign in to comment.