mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Clean up READMEs and broken stuff.
Move all support for clouds that are broken with this change into an `icebox` directory. We'll move that stuff back out as we fix it up.
This commit is contained in:
@@ -16,14 +16,8 @@
|
||||
|
||||
# This script will build a dev release and push it to an existing cluster.
|
||||
|
||||
# First build the binaries
|
||||
$(dirname $0)/build-go.sh
|
||||
if [ "$?" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Then build a release
|
||||
$(dirname $0)/../release/release.sh
|
||||
$(dirname $0)/../build/release.sh
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "Building a release failed!"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user