summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-04 19:54:34 +0200
committerGitHub <noreply@github.com>2020-06-04 19:54:34 +0200
commit6cc323cb7872a6c52c71530170d781ca76f78f00 (patch)
tree73e65bddc730b434460c2faa22ee61dddb48655e /.cirrus.yml
parentbf8337b3fc488d3fc449a7622ae7744a67b9f348 (diff)
parent5d69bd88e75aabd9707c404aa4d9bb58a22883fc (diff)
downloadpodman-6cc323cb7872a6c52c71530170d781ca76f78f00.tar.gz
podman-6cc323cb7872a6c52c71530170d781ca76f78f00.tar.bz2
podman-6cc323cb7872a6c52c71530170d781ca76f78f00.zip
Merge pull request #6374 from rhatdan/build1
Turn on the podman-commands script to verify man pages
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 292f83951..bc3bffd96 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -134,8 +134,7 @@ gating_task:
# not break. It also verifies all sub-commands have man pages.
build_script:
- '/usr/local/bin/entrypoint.sh podman |& ${TIMESTAMP}'
- # FIXME
- #- 'cd $GOSRC && ./hack/podman-commands.sh |& ${TIMESTAMP}'
+ - 'cd $GOSRC && ./hack/podman-commands.sh |& ${TIMESTAMP}'
# N/B: need 'clean' so some committed files are re-generated.
- '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}'
- '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}'