mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +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:
@@ -19,14 +19,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
# 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 the release failed!"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user