Merge pull request #1524 from mikebrow/verbose-dco-check

set dco check to verbose
This commit is contained in:
Mike Brown 2020-07-04 16:42:52 -05:00 committed by GitHub
commit 5f50692d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
- name: DCO
env:
GITHUB_COMMIT_URL: ${{ github.event.pull_request.commits_url }}
DCO_VERBOSITY: "-q"
DCO_VERBOSITY: "-v"
DCO_RANGE: ""
working-directory: src/github.com/containerd/cri
run: |