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
a13a1f0819
commit
126547905a
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,10 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- pull_request
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
memory: 1024MiB
|
||||
- name: test
|
||||
image: golang:1.18.3-alpine3.16
|
||||
commands:
|
||||
|
@ -39,5 +43,9 @@ steps:
|
|||
from_secret: gitea_token
|
||||
commands:
|
||||
- goreleaser release
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
memory: 1024MiB
|
||||
when:
|
||||
event: tag
|
||||
|
|
Loading…
Reference in a new issue