From ef37e5280a2616c12de256129d3fcd0f847c4a9f Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Thu, 7 Dec 2023 21:07:11 +0100 Subject: [PATCH] bin path --- .drone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index be05d88..ecaa3ed 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -8,13 +8,13 @@ steps: image: golang:1.21 commands: - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - - /bin/task test + - ./bin/task test - name: build & package image: golang:1.21 commands: - | sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - /bin/task package + ./bin/task package when: event: - tag