Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b644ee

Browse files
committed
Delete some old, dead release code
1 parent 79969dd commit 0b644ee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hack/jenkins/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ else
6666

6767
push_build=${release_infra_clone}/push-build.sh
6868

69-
if [[ ! -x ${push_build} ]]; then
70-
# TODO: Remove/Restore this with the full deprecation PR
71-
push_build=${release_infra_clone}/push-ci-build.sh
72-
#echo "FATAL: Something went wrong. ${push_build} isn't available." \
73-
# "Exiting..." >&2
74-
#exit 1
75-
fi
7669
[[ -n "${KUBE_GCS_RELEASE_BUCKET-}" ]] \
7770
&& bucket_flag="--bucket=${KUBE_GCS_RELEASE_BUCKET-}"
7871
${FEDERATION} && federation_flag="--federation"

0 commit comments

Comments
 (0)