From c0fe6b765edd2e59295347de0f16436a82d5b46f Mon Sep 17 00:00:00 2001 From: David McMahon Date: Mon, 22 Feb 2016 15:54:14 -0800 Subject: [PATCH] Remove redundant call of kube::release::gcs::release. This is called by build/push-official-release.sh. --- build/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/release.sh b/build/release.sh index eb0fa5d3d27..e1f0267b717 100755 --- a/build/release.sh +++ b/build/release.sh @@ -15,8 +15,9 @@ # limitations under the License. # Build a Kubernetes release. This will build the binaries, create the Docker -# images and other build artifacts. All intermediate artifacts will be hosted -# publicly on Google Cloud Storage currently. +# images and other build artifacts. +# For pushing these artifacts publicly on Google Cloud Storage, see the +# associated build/push-* scripts. set -o errexit set -o nounset @@ -38,4 +39,3 @@ fi kube::build::copy_output kube::release::package_tarballs -kube::release::gcs::release