mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06: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
|
- golangci-lint run --timeout 5m --build-tags integration
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
group: compliant
|
||||||
|
image: a6543/golang_just
|
||||||
|
commands:
|
||||||
|
- go version
|
||||||
|
- just build
|
||||||
|
when:
|
||||||
|
event: [ "pull_request", "push" ]
|
||||||
|
|
||||||
|
build-tag:
|
||||||
group: compliant
|
group: compliant
|
||||||
image: a6543/golang_just
|
image: a6543/golang_just
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- just build-tag ${CI_COMMIT_TAG##v}
|
- just build-tag ${CI_COMMIT_TAG##v}
|
||||||
|
when:
|
||||||
|
event: [ "tag" ]
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: a6543/golang_just
|
image: a6543/golang_just
|
||||||
|
@ -39,4 +50,4 @@ pipeline:
|
||||||
- ACME_API=https://acme.mock.directory
|
- ACME_API=https://acme.mock.directory
|
||||||
- PAGES_DOMAIN=localhost.mock.directory
|
- PAGES_DOMAIN=localhost.mock.directory
|
||||||
- RAW_DOMAIN=raw.localhost.mock.directory
|
- RAW_DOMAIN=raw.localhost.mock.directory
|
||||||
- PORT=4430
|
- PORT=4430
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue