Update .gitlab-ci.yml
This commit is contained in:
@@ -15,14 +15,14 @@ include:
|
|||||||
plan production:
|
plan production:
|
||||||
extends: .plan production
|
extends: .plan production
|
||||||
before_script:
|
before_script:
|
||||||
- echo "token = '$token'" >> terraform.tfvars
|
- echo "token = \"$token\"" >> terraform.tfvars
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
extends: .apply
|
extends: .apply
|
||||||
before_script:
|
before_script:
|
||||||
- echo "token = '$token'" >> terraform.tfvars
|
- echo "token = \"$token\"" >> terraform.tfvars
|
||||||
|
|
||||||
destroy:
|
destroy:
|
||||||
extends: .destroy
|
extends: .destroy
|
||||||
before_script:
|
before_script:
|
||||||
- echo "token = '$token'" >> terraform.tfvars
|
- echo "token = \"$token\"" >> terraform.tfvars
|
||||||
|
|||||||
Reference in New Issue
Block a user