mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
.gitlab-ci.yml: check for dco
This commit is contained in:
@ -1,10 +1,21 @@
|
||||
stages:
|
||||
- check-dco
|
||||
- go-fmt
|
||||
- build-src
|
||||
- build-docker
|
||||
- go-test
|
||||
- docker-registry
|
||||
|
||||
check-dco:
|
||||
stage: check-dco
|
||||
image: debian:buster
|
||||
except:
|
||||
- master
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y curl git jq
|
||||
- bash ./scripts/check-dco
|
||||
|
||||
build-src:
|
||||
stage: build-src
|
||||
image: debian:buster
|
||||
|
Reference in New Issue
Block a user