Commit f45bcad2 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'nagyv-gitlab-master-patch-36382' into 'master'

Do not cache .terraform.lock.hcl

See merge request gitlab-org/gitlab!68269
parents 69aee077 5b41e03b
...@@ -20,7 +20,6 @@ cache: ...@@ -20,7 +20,6 @@ cache:
key: "${TF_ROOT}" key: "${TF_ROOT}"
paths: paths:
- ${TF_ROOT}/.terraform/ - ${TF_ROOT}/.terraform/
- ${TF_ROOT}/.terraform.lock.hcl
.init: &init .init: &init
stage: init stage: init
......
...@@ -20,7 +20,6 @@ cache: ...@@ -20,7 +20,6 @@ cache:
key: "${TF_ROOT}" key: "${TF_ROOT}"
paths: paths:
- ${TF_ROOT}/.terraform/ - ${TF_ROOT}/.terraform/
- ${TF_ROOT}/.terraform.lock.hcl
.terraform:init: &terraform_init .terraform:init: &terraform_init
stage: init stage: init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment