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