mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-31 11:12:01 +00:00
Some distros are upgraded * Fedora 34 dropped, Fedora 36 added * Ubuntu 18.04 dropped, Ubuntu 22.04 added Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
19 lines
370 B
YAML
19 lines
370 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 virt-viewer
|
|
except:
|
|
variables:
|
|
- $CI_PROJECT_NAMESPACE == 'virt-viewer'
|
|
variables:
|
|
GIT_DEPTH: 1000
|