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

Add echo

parent 7d432710
No related tags found
No related merge requests found
...@@ -41,7 +41,9 @@ gcloud: ...@@ -41,7 +41,9 @@ gcloud:
script: |- script: |-
echo $GCP_SA_GITLAB > gcp-sa.json echo $GCP_SA_GITLAB > gcp-sa.json
gcloud auth activate-service-account --key-file gcp-sa.json gcloud auth activate-service-account --key-file gcp-sa.json
echo "Activate Service Account: OK"
gcloud config set project $GCP_PROJECT_ID gcloud config set project $GCP_PROJECT_ID
echo "Set Project: OK"
gcloud projects list gcloud projects 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