bin path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Layla 2023-12-07 21:07:11 +01:00
parent 2b152a2b22
commit ef37e5280a

View File

@ -8,13 +8,13 @@ steps:
image: golang:1.21 image: golang:1.21
commands: commands:
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- /bin/task test - ./bin/task test
- name: build & package - name: build & package
image: golang:1.21 image: golang:1.21
commands: commands:
- | - |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
/bin/task package ./bin/task package
when: when:
event: event:
- tag - tag