We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa0f4fd + f427791 commit 5f50692Copy full SHA for 5f50692
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: DCO
52
env:
53
GITHUB_COMMIT_URL: ${{ github.event.pull_request.commits_url }}
54
- DCO_VERBOSITY: "-q"
+ DCO_VERBOSITY: "-v"
55
DCO_RANGE: ""
56
working-directory: src/github.com/containerd/cri
57
run: |
0 commit comments