mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
fix
This commit is contained in:
parent
79c836ffe5
commit
b0a8b09546
1 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
@ -39,4 +50,4 @@ pipeline:
|
|||
- ACME_API=https://acme.mock.directory
|
||||
- PAGES_DOMAIN=localhost.mock.directory
|
||||
- RAW_DOMAIN=raw.localhost.mock.directory
|
||||
- PORT=4430
|
||||
- PORT=4430
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue