Skip to content

Commit

Permalink
cherry pick #3633 to release-1.1 (#3634)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>

Co-authored-by: DanielZhangQD <[email protected]>
  • Loading branch information
ti-srebot and DanielZhangQD authored Dec 22, 2020
1 parent 8ce0c23 commit 577ce67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release_tidb_operator_binary_and_image.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 577ce67

Please sign in to comment.