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