From 1d82b13357f54425e54bada7ecce16b927a71967 Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 11:20:52 +0200 Subject: [PATCH] forgot chdir --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9afdae8..cf72aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file