mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
Match shell style guide.
Looking at https://google-styleguide.googlecode.com/svn/trunk/shell.xml
This commit is contained in:
@@ -20,10 +20,10 @@ set -e
|
||||
|
||||
source $(dirname $0)/common.sh
|
||||
|
||||
kube::build::verify-prereqs
|
||||
kube::build::build-image
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
|
||||
echo "+++ Cleaning out _output/build/*"
|
||||
kube::build::run-build-command rm -rf _output/build/*
|
||||
kube::build::run_build_command rm -rf _output/build/*
|
||||
|
||||
kube::build::clean-images
|
||||
kube::build::clean_images
|
||||
|
Reference in New Issue
Block a user