mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Merge pull request #3928 from edsantiago/enable_man_page_checker_in_ci
Enable hack/man-page-checker in CI
This commit is contained in:
@ -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}'
|
||||
|
Reference in New Issue
Block a user