mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #32013 from david-mcmahon/push-from-release
Automatic merge from submit-queue Call push-ci-build.sh from the kubernetes/release repo.
This commit is contained in:
commit
f61a677a4e
@ -67,7 +67,7 @@ make release
|
|||||||
# Push to GCS?
|
# Push to GCS?
|
||||||
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then
|
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then
|
||||||
echo "Not pushed to GCS..."
|
echo "Not pushed to GCS..."
|
||||||
elif ${RELEASE_INFRA_PUSH-}; then
|
else
|
||||||
readonly release_infra_clone="${WORKSPACE}/_tmp/release.git"
|
readonly release_infra_clone="${WORKSPACE}/_tmp/release.git"
|
||||||
mkdir -p ${WORKSPACE}/_tmp
|
mkdir -p ${WORKSPACE}/_tmp
|
||||||
git clone https://github.com/kubernetes/release ${release_infra_clone}
|
git clone https://github.com/kubernetes/release ${release_infra_clone}
|
||||||
@ -84,9 +84,7 @@ elif ${RELEASE_INFRA_PUSH-}; then
|
|||||||
${FEDERATION} && federation_flag="--federation"
|
${FEDERATION} && federation_flag="--federation"
|
||||||
${SET_NOMOCK_FLAG} && mock_flag="--nomock"
|
${SET_NOMOCK_FLAG} && mock_flag="--nomock"
|
||||||
${release_infra_clone}/push-ci-build.sh ${bucket_flag-} ${federation_flag-} \
|
${release_infra_clone}/push-ci-build.sh ${bucket_flag-} ${federation_flag-} \
|
||||||
${mock_flag-}
|
${mock_flag-} --verbose
|
||||||
else
|
|
||||||
./build/push-ci-build.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sha256sum _output/release-tars/kubernetes*.tar.gz
|
sha256sum _output/release-tars/kubernetes*.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user