kubernetes: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user