Merge pull request #1414 from brendandburns/fix

Clean up scripts to require a minimal gsutil version.
This commit is contained in:
Joe Beda
2014-09-25 09:54:36 -07:00
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