mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 17:07:54 +00:00
Merge branch 'main' into std-http
This commit is contained in:
commit
5d486ab46f
1 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
branches: main
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
# use vendor to cache dependencies
|
# use vendor to cache dependencies
|
||||||
vendor:
|
vendor:
|
||||||
|
@ -19,7 +17,7 @@ pipeline:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
group: compliant
|
group: compliant
|
||||||
image: a6543/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- just build
|
- just build
|
||||||
|
@ -39,7 +37,7 @@ pipeline:
|
||||||
|
|
||||||
build-tag:
|
build-tag:
|
||||||
group: compliant
|
group: compliant
|
||||||
image: a6543/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- just build-tag ${CI_COMMIT_TAG##v}
|
- just build-tag ${CI_COMMIT_TAG##v}
|
||||||
|
@ -48,13 +46,13 @@ pipeline:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
group: test
|
group: test
|
||||||
image: a6543/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
commands:
|
commands:
|
||||||
- just test
|
- just test
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
group: test
|
group: test
|
||||||
image: a6543/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
commands:
|
commands:
|
||||||
- just integration
|
- just integration
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue