diff options
author | Ed Santiago <santiago@redhat.com> | 2019-09-03 06:37:29 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-09-03 06:37:29 -0600 |
commit | e367fc04d87443371457227a673783fe3fd3eb77 (patch) | |
tree | 7c38a776723a31bcefc738539663cca5ed289828 /.cirrus.yml | |
parent | 7e238b9e0c650b20f1a325dad14ef94a3e7d1aab (diff) | |
download | podman-e367fc04d87443371457227a673783fe3fd3eb77.tar.gz podman-e367fc04d87443371457227a673783fe3fd3eb77.tar.bz2 podman-e367fc04d87443371457227a673783fe3fd3eb77.zip |
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>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 8d915fbfe..59f1b5e01 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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}' |