1
0
Fork 0
llvm-premerge-checks/gcloud_config.sh
2023-05-26 18:09:45 +02:00

8 lines
198 B
Bash
Executable file

#!/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