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

fix: base64 invalid input

parent 85b279ea
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,11 @@ destroy-psc: ...@@ -204,7 +204,11 @@ destroy-psc:
EC_DNS_ZONE: $EC_DNS_ZONE EC_DNS_ZONE: $EC_DNS_ZONE
GCP_SERVICE_ACCOUNT: $GCP_SA GCP_SERVICE_ACCOUNT: $GCP_SA
before_script: before_script:
- echo "$GCP_SERVICE_ACCOUNT" > gcp-sa.json - echo $GCP_SERVICE_ACCOUNT > gcp-sa.json
- ls -la
- echo ${GCP_SERVICE_ACCOUNT} > gcp-sa.json
- ls -la
- echo ${GCP_SA} > gcp-sa.json
- ls -la - ls -la
- echo "$GCP_SERVICE_ACCOUNT" > gcp-sa.json - echo "$GCP_SERVICE_ACCOUNT" > gcp-sa.json
- ls -la - ls -la
......
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