Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lerentis 2022-06-06 20:51:57 +00:00
parent 69e50928f8
commit 0185ca1964

View File

@ -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