From 24f01da2838717defd431bcace588d9690b61b6b Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 11:05:51 +0200 Subject: [PATCH] fixed syntax --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 91cd286..a2eaa2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,7 @@ trigger: steps: - name: Terraform FMT PR image: hashicorp/terraform:1.5 - environment: - - command: + commands: - "-chdir=infrastructure fmt -diff -check" when: event: