Skip to content

Commit

Permalink
try another solution for gcloud issue kubernetes/kubernetes#30617
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Lopez committed Aug 20, 2018
1 parent ae00d7b commit 24ff0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ check-plat() {
check-plat

set +o xtrace
export CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE=True
if [[ -n "${GOOGLE_JSON_KEY:-}" ]]; then
# Log into gcloud
echo -n "${GOOGLE_JSON_KEY}" > keyfile.json
Expand All @@ -72,7 +73,6 @@ set -o xtrace
# Setup our credentials
gcloud container clusters get-credentials testing --project=rules-k8s --zone=us-central1-f
gcloud auth configure-docker --quiet
gcloud config set container/use_client_certificate True

# Check our installs.
bazel version
Expand Down

0 comments on commit 24ff0c2

Please sign in to comment.