Merge pull request #6374 from rhatdan/build1

Turn on the podman-commands script to verify man pages
This commit is contained in:
OpenShift Merge Robot 2020-06-04 19:54:34 +02:00 committed by GitHub
commit 6cc323cb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ gating_task:
# not break. It also verifies all sub-commands have man pages. # not break. It also verifies all sub-commands have man pages.
build_script: build_script:
- '/usr/local/bin/entrypoint.sh podman |& ${TIMESTAMP}' - '/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. # 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-remote |& ${TIMESTAMP}'
- '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}'