mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +00:00
make build/make-clean.sh pass shellcheck
This commit is contained in:
@@ -19,7 +19,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
source "${KUBE_ROOT}/build/common.sh"
|
||||
|
||||
kube::build::verify_prereqs false
|
||||
|
@@ -2,7 +2,6 @@
|
||||
./build/copy-output.sh
|
||||
./build/lib/release.sh
|
||||
./build/make-build-image.sh
|
||||
./build/make-clean.sh
|
||||
./build/util.sh
|
||||
./cluster/addons/addon-manager/kube-addons.sh
|
||||
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
|
||||
|
Reference in New Issue
Block a user