This commit is contained in:
parent
69e50928f8
commit
0185ca1964
13
.drone.yml
13
.drone.yml
@ -15,19 +15,10 @@ steps:
|
|||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
- tag
|
- tag
|
||||||
- name: init
|
|
||||||
image: golang:1.18.3-alpine3.16
|
|
||||||
commands:
|
|
||||||
- "go mod download"
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.18.3-alpine3.16
|
image: goreleaser/goreleaser
|
||||||
commands:
|
commands:
|
||||||
- "apk add --update --no-cache make"
|
- goreleaser build
|
||||||
- "make build"
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
Loading…
Reference in New Issue
Block a user