forgot chdir
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-10-27 11:20:52 +02:00
parent bfbf7c3a26
commit 1d82b13357

View File

@@ -18,8 +18,8 @@ steps:
- name: terraform plan
image: hashicorp/terraform:1.5
commands:
- terraform init
- terraform plan
- terraform -chdir=infrastructure init
- terraform -chdir=infrastructure plan
# when:
# event:
# - pull_request