kubernetes: fix build
This commit is contained in:
parent
b1d8afe448
commit
b4e11a4400
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue