diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-14 11:07:05 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-21 10:47:27 -0400 |
commit | bb068e46f02c8244af00bd8beb4b70e95fb9e311 (patch) | |
tree | 47bc37a752430461b920301776b2ed8ad9c2e0b4 /contrib | |
parent | b83d05722f0233e7b0929602da1b4ebf3fc47dce (diff) | |
download | podman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.tar.gz podman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.tar.bz2 podman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.zip |
Cirrus: Verify manpages for all subcommands exist
fixes #2630
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gate/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gate/entrypoint.sh b/contrib/gate/entrypoint.sh index e16094cc0..0189cf7c5 100755 --- a/contrib/gate/entrypoint.sh +++ b/contrib/gate/entrypoint.sh @@ -10,6 +10,6 @@ # Working from a copy avoids needing to perturb the actual source files mkdir -p "$GOSRC" /usr/bin/rsync --recursive --links --quiet --safe-links \ - --perms --times "${SRCPATH}/" "${GOSRC}/" + --perms --times --delete "${SRCPATH}/" "${GOSRC}/" cd "$GOSRC" make "$@" |