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 - name: terraform plan
image: hashicorp/terraform:1.5 image: hashicorp/terraform:1.5
commands: commands:
- terraform init - terraform -chdir=infrastructure init
- terraform plan - terraform -chdir=infrastructure plan
# when: # when:
# event: # event:
# - pull_request # - pull_request