Commit c32da484 authored by Jeff Grafton's avatar Jeff Grafton

Delete some old, dead release code

parent b844a072
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# This is where the final release artifacts are created locally # This is where the final release artifacts are created locally
readonly RELEASE_STAGE="${LOCAL_OUTPUT_ROOT}/release-stage" readonly RELEASE_STAGE="${LOCAL_OUTPUT_ROOT}/release-stage"
readonly RELEASE_DIR="${LOCAL_OUTPUT_ROOT}/release-tars" readonly RELEASE_DIR="${LOCAL_OUTPUT_ROOT}/release-tars"
readonly GCS_STAGE="${LOCAL_OUTPUT_ROOT}/gcs-stage"
# Validate a ci version # Validate a ci version
# #
......
...@@ -65,13 +65,6 @@ else ...@@ -65,13 +65,6 @@ else
push_build=${release_infra_clone}/push-build.sh push_build=${release_infra_clone}/push-build.sh
if [[ ! -x ${push_build} ]]; then
# TODO: Remove/Restore this with the full deprecation PR
push_build=${release_infra_clone}/push-ci-build.sh
#echo "FATAL: Something went wrong. ${push_build} isn't available." \
# "Exiting..." >&2
#exit 1
fi
[[ -n "${KUBE_GCS_RELEASE_BUCKET-}" ]] \ [[ -n "${KUBE_GCS_RELEASE_BUCKET-}" ]] \
&& bucket_flag="--bucket=${KUBE_GCS_RELEASE_BUCKET-}" && bucket_flag="--bucket=${KUBE_GCS_RELEASE_BUCKET-}"
${FEDERATION} && federation_flag="--federation" ${FEDERATION} && federation_flag="--federation"
......
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