From c32da484ff6e70b33bd40bd5bec53710aa82859f Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 20 Oct 2016 13:57:15 -0700 Subject: [PATCH] Delete some old, dead release code --- build/lib/release.sh | 2 -- hack/jenkins/build.sh | 7 ------- 2 files changed, 9 deletions(-) diff --git a/build/lib/release.sh b/build/lib/release.sh index 117b05cdbb7..fa8b34c3d75 100644 --- a/build/lib/release.sh +++ b/build/lib/release.sh @@ -26,8 +26,6 @@ # This is where the final release artifacts are created locally readonly RELEASE_STAGE="${LOCAL_OUTPUT_ROOT}/release-stage" readonly RELEASE_DIR="${LOCAL_OUTPUT_ROOT}/release-tars" -readonly GCS_STAGE="${LOCAL_OUTPUT_ROOT}/gcs-stage" - # Validate a ci version # diff --git a/hack/jenkins/build.sh b/hack/jenkins/build.sh index 595f1227998..8aacdf8190c 100755 --- a/hack/jenkins/build.sh +++ b/hack/jenkins/build.sh @@ -65,13 +65,6 @@ else 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-}" ]] \ && bucket_flag="--bucket=${KUBE_GCS_RELEASE_BUCKET-}" ${FEDERATION} && federation_flag="--federation"