Commit 9d4c9c9c authored by David McMahon's avatar David McMahon

Merge pull request #21719 from david-mcmahon/gcs-release

Remove redundant call of kube::release::gcs::release.
parents e113aef9 c0fe6b76
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment