Update get-build.sh

This commit is contained in:
Jin Hase 2020-01-29 09:27:51 +09:00 committed by GitHub
parent e992ec0d59
commit 0ce49aea1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This script retrieves the specified version of the Kubernetes tar.gz file via
# Google Cloud Storage.
# Usage: `hack/get-build.sh <version number or publication>`.
# Example: `./hack/get-build.sh release/latest`.
set -o errexit
set -o nounset
set -o pipefail