mirror of https://github.com/k3s-io/k3s
Upload extras from _output, not main repo.
parent
885f2b5f48
commit
0cc03f7433
|
@ -737,7 +737,7 @@ function kube::release::gcs::copy_release_artifacts() {
|
||||||
|
|
||||||
# Having the "template" scripts from the GCE cluster deploy hosted with the
|
# Having the "template" scripts from the GCE cluster deploy hosted with the
|
||||||
# release is useful for GKE. Copy everything from that directory up also.
|
# 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
|
# 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
|
# to see it. For extra credit, generate a dynamic page that builds up the
|
||||||
|
|
Loading…
Reference in New Issue