Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79969dd commit 0b644eeCopy full SHA for 0b644ee
hack/jenkins/build.sh
@@ -66,13 +66,6 @@ else
66
67
push_build=${release_infra_clone}/push-build.sh
68
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
76
[[ -n "${KUBE_GCS_RELEASE_BUCKET-}" ]] \
77
&& bucket_flag="--bucket=${KUBE_GCS_RELEASE_BUCKET-}"
78
${FEDERATION} && federation_flag="--federation"
0 commit comments