Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 00:17:30 +00:00
parent 04f36f51af
commit 8d2a0d344b

View File

@@ -15,14 +15,14 @@ include:
plan production:
extends: .plan production
before_script:
- echo "token = '$token'" >> terraform.tfvars
- echo "token = \"$token\"" >> terraform.tfvars
apply:
extends: .apply
before_script:
- echo "token = '$token'" >> terraform.tfvars
- echo "token = \"$token\"" >> terraform.tfvars
destroy:
extends: .destroy
before_script:
- echo "token = '$token'" >> terraform.tfvars
- echo "token = \"$token\"" >> terraform.tfvars