Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 11:37:04 +00:00
parent b40be8fb6d
commit 324b7d6a07

View File

@@ -7,7 +7,7 @@ stages:
before_script:
- echo "token = \"$token\"" >> terraform.tfvars
- echo "config = \"$CI_PROJECT_DIR\\config\"" >> terraform.tfvars
- echo "config = \"$CI_PROJECT_DIR/config\"" >> terraform.tfvars
include:
- project: 'developerdurp/yml-templates'