summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-04 14:30:51 +0200
committerGitHub <noreply@github.com>2019-09-04 14:30:51 +0200
commitf1a3e02aea68a37f85cb924c934be1bcc4131d7d (patch)
treed3de56a5fea156a6bfc32855cf347a1e8cfcb76c /.cirrus.yml
parent1d8a940982ff58f61bde69b330803a38430d16a3 (diff)
parente367fc04d87443371457227a673783fe3fd3eb77 (diff)
downloadpodman-f1a3e02aea68a37f85cb924c934be1bcc4131d7d.tar.gz
podman-f1a3e02aea68a37f85cb924c934be1bcc4131d7d.tar.bz2
podman-f1a3e02aea68a37f85cb924c934be1bcc4131d7d.zip
Merge pull request #3928 from edsantiago/enable_man_page_checker_in_ci
Enable hack/man-page-checker in CI
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index a1838c682..d41828d5d 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}'