ci work
continuous-integration/drone/push Build is running Details

This commit is contained in:
Layla 2023-12-07 22:03:51 +01:00
parent ef37e5280a
commit 673fbbd659
1 changed files with 5 additions and 4 deletions

View File

@ -4,17 +4,18 @@ type: docker
name: Build and Release
steps:
- name: test
- name: setup taskfile
image: golang:1.21
commands:
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- name: test
image: golang:1.21
commands:
- ./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