This commit is contained in:
parent
2b152a2b22
commit
ef37e5280a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user