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

fix: base64 invalid input

parent cd13d7ce
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ destroy-psc:
EC_SERVICE_ATTACHMENT_URI: $EC_SERVICE_ATTACHMENT_URI
EC_DNS_ZONE: $EC_DNS_ZONE
GCP_SERVICE_ACCOUNT: $GCP_SA
before_script:
script:
- echo $GCP_SERVICE_ACCOUNT > gcp-sa.json
- ls -la
- cat gcp-sa.json
......@@ -221,10 +221,8 @@ destroy-psc:
- gcloud config set project $GCP_PROJECT_ID
- echo "Set Project OK"
- cd $GCLOUD_ROOT_PSC
script:
- |
chmod +x ./destroy-psc.sh
./destroy-psc.sh
- chmod +x ./destroy-psc.sh
- ./destroy-psc.sh
artifacts:
paths:
- ${CI_PROJECT_DIR}/pscConnectionId.env
......
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