diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-03 06:11:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 06:11:03 -0400 |
commit | 07716133c44c9c9593364029f4b98085d1be3bdd (patch) | |
tree | ca1b03c22f1c40c793fe6fe30c99aee8cd3d7558 /contrib | |
parent | 878a2231f9eae037d15bc27c50cdf3a9418793c7 (diff) | |
parent | 84da70a0f36e7d6fc87919ca4a69b20bc9d43f72 (diff) | |
download | podman-07716133c44c9c9593364029f4b98085d1be3bdd.tar.gz podman-07716133c44c9c9593364029f4b98085d1be3bdd.tar.bz2 podman-07716133c44c9c9593364029f4b98085d1be3bdd.zip |
Merge pull request #10852 from Luap99/cobra
bump cobra to v1.2.1 and update the shell completion scripts
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/runner.sh | 2 |
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() { |