1
0
Fork 0
llvm-premerge-checks/gcloud_config.sh

8 lines
198 B
Bash
Raw Normal View History

#!/bin/bash
set -uo pipefail
gcloud config set project ${GCP_PROJECT}
gcloud config set compute/zone ${GCP_ZONE}
gcloud auth configure-docker
gcloud container clusters get-credentials $GCP_CLUSTER