1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00

ci: Move dco job to sanity_checks stage

If the DCO check fails we still want the pipeline to fail, but
that doesn't mean there's no value in running the other jobs to
get a better picture.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2021-04-07 13:53:44 +02:00
parent 3a9f2eacf2
commit ce6d4369ba

View File

@ -1,9 +1,9 @@
stages:
- prebuild
- containers
- builds
- docs
- sanity_checks
.container_job:
image: docker:stable
@ -68,7 +68,8 @@ stages:
# this test on developer's personal forks from which
# merge requests are submitted
check-dco:
stage: prebuild
stage: sanity_checks
needs: []
image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
script:
- /check-dco