Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-tfc-workload-id-t…
Browse files Browse the repository at this point in the history
…oken-support
  • Loading branch information
alexhung committed May 3, 2024
2 parents fab3227 + 1df5984 commit 3763505
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .jfrog-pipelines/TFproviderTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ pipelines:
- helm version
- kubectl version --client
- echo "Install gcloud cli"
- sudo apt-get update && sudo apt-get install apt-transport-https ca-certificates gnupg
- curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/cloud.google.asc
- sudo apt-get update && sudo apt-get install -y google-cloud-cli google-cloud-cli-gke-gcloud-auth-plugin
- sudo apt-get update && sudo apt-get install -y apt-transport-https ca-certificates google-cloud-cli google-cloud-cli-gke-gcloud-auth-plugin
- gke-gcloud-auth-plugin --version
- echo "Renaming GKE_CLUSTER variable, so k8s cluster name will be unique."
- add_run_variables GKE_CLUSTER=tf-provider-xray-$(date +%s)
Expand Down

0 comments on commit 3763505

Please sign in to comment.