mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
19 lines
362 B
YAML
19 lines
362 B
YAML
|
# THIS FILE WAS AUTO-GENERATED
|
||
|
#
|
||
|
# $ lcitool manifest ci/manifest.yml
|
||
|
#
|
||
|
# https://gitlab.com/libvirt/libvirt-ci
|
||
|
|
||
|
|
||
|
check-dco:
|
||
|
stage: sanity_checks
|
||
|
needs: []
|
||
|
image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
|
||
|
script:
|
||
|
- /check-dco libvirt
|
||
|
except:
|
||
|
variables:
|
||
|
- $CI_PROJECT_NAMESPACE == 'libvirt'
|
||
|
variables:
|
||
|
GIT_DEPTH: 1000
|