Merge pull request #42384 from thaJeztah/skip_dco
hack/validate: skip DCO in "default"
This commit is contained in:
commit
c706213427
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
export SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
. "${SCRIPTDIR}"/dco
|
||||
# Skip DCO check here, as it's already checked in a separate stage in the Jenkinsfile
|
||||
#. "${SCRIPTDIR}"/dco
|
||||
. "${SCRIPTDIR}"/default-seccomp
|
||||
. "${SCRIPTDIR}"/pkg-imports
|
||||
. "${SCRIPTDIR}"/swagger
|
||||
|
|
Loading…
Add table
Reference in a new issue