diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-04 19:54:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 19:54:34 +0200 |
commit | 6cc323cb7872a6c52c71530170d781ca76f78f00 (patch) | |
tree | 73e65bddc730b434460c2faa22ee61dddb48655e /.cirrus.yml | |
parent | bf8337b3fc488d3fc449a7622ae7744a67b9f348 (diff) | |
parent | 5d69bd88e75aabd9707c404aa4d9bb58a22883fc (diff) | |
download | podman-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.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}' |