From 0cc03f74332828d1aa7c956bdd37089adf6a1df1 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Wed, 19 Nov 2014 14:01:50 -0800 Subject: [PATCH] Upload extras from _output, not main repo. --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index a10fbf46dc0..58efffa0598 100644 --- a/build/common.sh +++ b/build/common.sh @@ -737,7 +737,7 @@ function kube::release::gcs::copy_release_artifacts() { # Having the "template" scripts from the GCE cluster deploy hosted with the # release is useful for GKE. Copy everything from that directory up also. - gsutil -m "${gcs_options[@]+${gcs_options[@]}}" cp "${KUBE_ROOT}/cluster/gce/templates/*.sh" "${gcs_destination}extra/gce-templates/" + gsutil -m "${gcs_options[@]+${gcs_options[@]}}" cp "${LOCAL_OUTPUT_ROOT}/release-stage/full/kubernetes/cluster/gce/templates/*.sh" "${gcs_destination}extra/gce-templates/" # TODO(jbeda): Generate an HTML page with links for this release so it is easy # to see it. For extra credit, generate a dynamic page that builds up the