Merge branch 'main' into std-http

This commit is contained in:
6543 2022-10-10 23:33:26 +02:00
commit 5d486ab46f
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE

View File

@ -1,5 +1,3 @@
branches: main
pipeline:
# use vendor to cache dependencies
vendor:
@ -19,7 +17,7 @@ pipeline:
build:
group: compliant
image: a6543/golang_just
image: codeberg.org/6543/docker-images/golang_just
commands:
- go version
- just build
@ -39,7 +37,7 @@ pipeline:
build-tag:
group: compliant
image: a6543/golang_just
image: codeberg.org/6543/docker-images/golang_just
commands:
- go version
- just build-tag ${CI_COMMIT_TAG##v}
@ -48,13 +46,13 @@ pipeline:
test:
group: test
image: a6543/golang_just
image: codeberg.org/6543/docker-images/golang_just
commands:
- just test
integration-tests:
group: test
image: a6543/golang_just
image: codeberg.org/6543/docker-images/golang_just
commands:
- just integration
environment: