From 0ce49aea1fa7b02c652c4531fba5e5d79cdcb4b8 Mon Sep 17 00:00:00 2001 From: Jin Hase Date: Wed, 29 Jan 2020 09:27:51 +0900 Subject: [PATCH] Update get-build.sh --- hack/get-build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hack/get-build.sh b/hack/get-build.sh index b88c7cf39ae..69ee76fe157 100755 --- a/hack/get-build.sh +++ b/hack/get-build.sh @@ -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 `. -# Example: `./hack/get-build.sh release/latest`. - set -o errexit set -o nounset set -o pipefail