From fb9cdb51bcb0847f4e4591932de622269f7818b2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 14 Apr 2023 23:28:52 +0200 Subject: [PATCH] ci: does this make it work? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6a81c16..ad7e144 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: make check image: golang:1.20 commands: - - test -z $(gofmt -l .) || (echo "gofmt: formatting issue detected" && exit 1) + - test -z "$(gofmt -l .)" - name: make build image: golang:1.20