From 577ce6786ca344d69364a1fdd84f7a53956519fb Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Tue, 22 Dec 2020 08:59:49 +0800 Subject: [PATCH] cherry pick #3633 to release-1.1 (#3634) Signed-off-by: ti-srebot Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> --- ci/release_tidb_operator_binary_and_image.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release_tidb_operator_binary_and_image.groovy b/ci/release_tidb_operator_binary_and_image.groovy index 1cfd622a58a..8193a4bbfbb 100644 --- a/ci/release_tidb_operator_binary_and_image.groovy +++ b/ci/release_tidb_operator_binary_and_image.groovy @@ -45,8 +45,8 @@ def call(BUILD_BRANCH, RELEASE_TAG, CREDENTIALS_ID, CHART_ITEMS) { export QINIU_SECRET_KEY="${SECRET_KEY}" export QINIU_BUCKET_NAME="charts" set -x - curl https://raw.githubusercontent.com/pingcap/docs-cn/master/scripts/upload.py -o upload.py - sed -i 's%http://download.pingcap.org%http://charts.pingcap.org%g' upload.py + curl https://raw.githubusercontent.com/pingcap/docs-cn/a4db3fc5171ed8e4e705fb34552126a302d29c94/scripts/upload.py -o upload.py + sed -i 's%https://download.pingcap.org%https://charts.pingcap.org%g' upload.py sed -i 's/python3/python/g' upload.py chmod +x upload.py for chartItem in ${CHART_ITEMS}