1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-07-24 23:37:24 +00:00
This commit is contained in:
6543 2022-06-14 19:32:55 +02:00
commit b0a8b09546

View file

@ -18,11 +18,22 @@ pipeline:
- golangci-lint run --timeout 5m --build-tags integration
build:
group: compliant
image: a6543/golang_just
commands:
- go version
- just build
when:
event: [ "pull_request", "push" ]
build-tag:
group: compliant
image: a6543/golang_just
commands:
- go version
- just build-tag ${CI_COMMIT_TAG##v}
when:
event: [ "tag" ]
test:
image: a6543/golang_just