Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user