summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-07-01 20:01:44 +0200
committerPaul Holzinger <pholzing@redhat.com>2021-07-02 17:49:12 +0200
commit84da70a0f36e7d6fc87919ca4a69b20bc9d43f72 (patch)
tree696da47db75d9491d1b9567334c96f915e067f8b /contrib
parent924cd37a37f1c58911ce7bc10b82ec9579c5c70e (diff)
downloadpodman-84da70a0f36e7d6fc87919ca4a69b20bc9d43f72.tar.gz
podman-84da70a0f36e7d6fc87919ca4a69b20bc9d43f72.tar.bz2
podman-84da70a0f36e7d6fc87919ca4a69b20bc9d43f72.zip
update shell completion scripts
The new cobra v1.2.0 release brings a number of bug fixes for shell completion scripts. Regenerate the scripts with `make completions` to sync them with the upstream version, currently we have some custom ones to avoid some upstream bugs. Because the new cobra version has all fixes we should use the upstream scripts. Add a check to CI to ensure we always use the up to date scripts. [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/runner.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index c46258cd6..cac679466 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -196,6 +196,8 @@ function _run_consistency() {
SUGGESTION="run 'make vendor' and commit all changes" ./hack/tree_status.sh
make generate-bindings
SUGGESTION="run 'make generate-bindings' and commit all changes" ./hack/tree_status.sh
+ make completions
+ SUGGESTION="run 'make completions' and commit all changes" ./hack/tree_status.sh
}
function _run_build() {