diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-24 06:36:08 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-04 13:02:25 -0400 |
commit | 5d69bd88e75aabd9707c404aa4d9bb58a22883fc (patch) | |
tree | 73e65bddc730b434460c2faa22ee61dddb48655e /.cirrus.yml | |
parent | bf8337b3fc488d3fc449a7622ae7744a67b9f348 (diff) | |
download | podman-5d69bd88e75aabd9707c404aa4d9bb58a22883fc.tar.gz podman-5d69bd88e75aabd9707c404aa4d9bb58a22883fc.tar.bz2 podman-5d69bd88e75aabd9707c404aa4d9bb58a22883fc.zip |
Turn on the podman-commands script to verify man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
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}' |