bugfix/#12-import-of-org-not-working #13

Merged
lerentis merged 4 commits from bugfix/#12-import-of-org-not-working into main 2022-08-13 21:02:28 +00:00
Showing only changes of commit 8e2fc7264b - Show all commits

View File

@ -15,13 +15,24 @@ steps:
- push
- pull_request
- tag
- name: build-dev
image: golang:1.18.3-alpine3.16
commands:
- "apk add --update --no-cache make"
- "make build"
when:
event:
- push
resources:
limits:
cpu: 1000
memory: 1024MiB
- name: build
image: goreleaser/goreleaser
commands:
- goreleaser build --snapshot
when:
event:
- push
- pull_request
resources:
limits: