Update '.drone.yml'

pull/4/head
lerentis 2 years ago
parent 69e50928f8
commit 0185ca1964

@ -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…
Cancel
Save