File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ go run ./hack/e2e.go -v --build
67
67
# Push to GCS?
68
68
if [[ ${KUBE_SKIP_PUSH_GCS:- } =~ ^[yY]$ ]]; then
69
69
echo " Not pushed to GCS..."
70
- elif ${RELEASE_INFRA_PUSH-} ; then
70
+ else
71
71
readonly release_infra_clone=" ${WORKSPACE} /_tmp/release.git"
72
72
mkdir -p ${WORKSPACE} /_tmp
73
73
git clone https://github.com/kubernetes/release ${release_infra_clone}
@@ -84,9 +84,7 @@ elif ${RELEASE_INFRA_PUSH-}; then
84
84
${FEDERATION} && federation_flag=" --federation"
85
85
${SET_NOMOCK_FLAG} && mock_flag=" --nomock"
86
86
${release_infra_clone} /push-ci-build.sh ${bucket_flag-} ${federation_flag-} \
87
- ${mock_flag-}
88
- else
89
- ./build/push-ci-build.sh
87
+ ${mock_flag-} --verbose
90
88
fi
91
89
92
90
sha256sum _output/release-tars/kubernetes* .tar.gz
You can’t perform that action at this time.
0 commit comments