Skip to content

Commit

Permalink
SONAR-23238 Fix the authentication to the Google Cloud registry
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo authored Oct 1, 2024
1 parent e0a81ab commit 706cc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ verify_gcp_app_template: &VERIFY_GCP_APP_TEMPLATE
login_script:
- echo ${DOCKER_GCLOUD_SA_KEY} | base64 -d > /tmp/key.json
- gcloud auth activate-service-account cirrusciservice@sonarqube-marketplace-provider.iam.gserviceaccount.com --key-file /tmp/key.json --project=sonarqube-marketplace-provider
- gcloud auth configure-docker gcr.io --quiet
- gcloud container clusters get-credentials sonarqube-marketplace-staging-standard --zone=europe-west1-b --project=sonarqube-marketplace-provider
verify_script:
- kubectl get pods
Expand Down

0 comments on commit 706cc36

Please sign in to comment.