kubernetes: fix build

This commit is contained in:
John 2021-08-01 03:03:31 +02:00
parent b1d8afe448
commit b4e11a4400

View file

@ -21,7 +21,7 @@ conf_files="/etc/kubernetes/*"
do_build() {
make
hack/generate-docs.sh
find "_output/local/bin/linux/" -type f -executable | grep "kubectl" | egrep -v "gen|test" | while read line
find "_output/local/bin/linux/" -type f -executable | grep "kubectl$" | egrep -v "gen|test" | while read line
do
$line completion bash > completion.bash
$line completion zsh > completion.zsh