Clean up scripts to require a minimal gsutil version.

This commit is contained in:
Brendan Burns
2014-09-23 11:52:28 -07:00
parent 331fb7e570
commit 4a034b4e77
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
# This script will build a dev release and bring up a new cluster with that
# release.
set -e
# First build the binaries
$(dirname $0)/build-go.sh
if [ "$?" != "0" ]; then