Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 859d0f75 authored by Nicolas's avatar Nicolas
Browse files

Add GCP Credentials

parent a1250192
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,12 @@ gcloud:
name: google/cloud-sdk:slim
entrypoint: [""]
variables:
PROJECT_ID: $GCP_PROJECT_ID
GOOGLE_CREDENTIALS: $GCP_SA_GITLAB
GCP_PROJECT_ID: $GCP_PROJECT_ID
GCP_SA_GITLAB: $GCP_SA_GITLAB
script: |-
gcloud version
gcloud config set project $PROJECT_ID
echo $GCP_SA_GITLAB > gcp-sa.json
gcloud auth activate-service-account --key-file gcp-sa.json
gcloud config set project $GCP_PROJECT_ID
gcloud iam service-accounts list
link:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment