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() {
|
do_build() {
|
||||||
make
|
make
|
||||||
hack/generate-docs.sh
|
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
|
do
|
||||||
$line completion bash > completion.bash
|
$line completion bash > completion.bash
|
||||||
$line completion zsh > completion.zsh
|
$line completion zsh > completion.zsh
|
||||||
|
|
Loading…
Reference in a new issue