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 a1250192 authored by Nicolas's avatar Nicolas
Browse files

Add GCP Project ID

parent 26d19271
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,11 @@ gcloud: ...@@ -36,9 +36,11 @@ gcloud:
name: google/cloud-sdk:slim name: google/cloud-sdk:slim
entrypoint: [""] entrypoint: [""]
variables: variables:
GOOGLE_CREDENTIALS: $SA_GCP_GITLAB PROJECT_ID: $GCP_PROJECT_ID
GOOGLE_CREDENTIALS: $GCP_SA_GITLAB
script: |- script: |-
gcloud version gcloud version
gcloud config set project $PROJECT_ID
gcloud iam service-accounts list gcloud iam service-accounts list
link: 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