mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-03 14:17:50 +00:00
Enable hack/man-page-checker in CI
With huge thanks to @rwha for #3915. All man pages are clean and consistent now - let's keep them that way. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
7e238b9e0c
commit
e367fc04d8
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ gating_task:
|
|||
build_script:
|
||||
- '/usr/local/bin/entrypoint.sh podman |& ${TIMESTAMP}'
|
||||
- 'cd $GOSRC && ./hack/podman-commands.sh |& ${TIMESTAMP}'
|
||||
- 'cd $GOSRC && ./hack/man-page-checker |& ${TIMESTAMP}'
|
||||
# N/B: need 'clean' so some commited files are re-generated.
|
||||
- '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}'
|
||||
- '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue