mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Rename build-tools/ back to build/
This commit is contained in:
@@ -24,7 +24,7 @@ set -o pipefail
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
|
||||
# Then build a release
|
||||
"${KUBE_ROOT}/build-tools/release.sh"
|
||||
"${KUBE_ROOT}/build/release.sh"
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "Building the release failed!"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user