Rename build-tools/ back to build/
This commit is contained in:
@@ -23,7 +23,7 @@ set -o pipefail
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
|
||||
# Build a release
|
||||
"${KUBE_ROOT}/build-tools/release.sh"
|
||||
"${KUBE_ROOT}/build/release.sh"
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "Building a release failed!"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user