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