1
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:
Adhityaa Chandrasekar
2018-08-13 00:10:33 +05:30
parent 999ba0c419
commit e95e2f9e7a
2 changed files with 23 additions and 0 deletions

View File

@ -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