mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-12-04 21:08:11 +00:00
Update '.drone.yml'
This commit is contained in:
parent
69e50928f8
commit
0185ca1964
1 changed files with 2 additions and 11 deletions
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 a new issue