mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Match shell style guide.
Looking at https://google-styleguide.googlecode.com/svn/trunk/shell.xml
This commit is contained in:
@@ -22,13 +22,13 @@ set -e
|
||||
|
||||
source $(dirname $0)/common.sh
|
||||
|
||||
kube::build::verify-prereqs
|
||||
kube::build::build-image
|
||||
kube::build::run-build-command build/build-image/make-binaries.sh
|
||||
kube::build::run-build-command build/build-image/make-cross.sh
|
||||
kube::build::run-build-command build/build-image/run-tests.sh
|
||||
kube::build::run-build-command build/build-image/run-integration.sh
|
||||
kube::build::copy-output
|
||||
kube::build::run-image
|
||||
kube::build::package-tarballs
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command build/build-image/make-binaries.sh
|
||||
kube::build::run_build_command build/build-image/make-cross.sh
|
||||
kube::build::run_build_command build/build-image/run-tests.sh
|
||||
kube::build::run_build_command build/build-image/run-integration.sh
|
||||
kube::build::copy_output
|
||||
kube::build::run_image
|
||||
kube::build::package_tarballs
|
||||
kube::release::gcs::release
|
||||
|
Reference in New Issue
Block a user