Skip to content

Commit

Permalink
fix master ci (#1802) (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot committed Feb 27, 2020
1 parent 495a53e commit dc0c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pingcap_tidb_operator_build_kind.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ def call(BUILD_BRANCH, CREDENTIALS_ID, CODECOV_CREDENTIALS_ID) {
deleteDir()
unstash 'tidb-operator'
if ( !(BUILD_BRANCH ==~ /[a-z0-9]{40}/) ) {
stage('upload tidb-operator, backup-manager binary and charts'){
stage('upload tidb-operator, tidb-backup-manager binary and charts'){
//upload binary and charts
sh """
cp ~/bin/config.cfg ./
tar -zcvf tidb-operator.tar.gz images/tidb-operator images/backup-manager charts
tar -zcvf tidb-operator.tar.gz images/tidb-operator images/tidb-backup-manager charts
filemgr-linux64 --action mput --bucket pingcap-dev --nobar --key builds/pingcap/operator/${GITHASH}/centos7/tidb-operator.tar.gz --file tidb-operator.tar.gz
"""
//update refs
Expand Down

0 comments on commit dc0c3e6

Please sign in to comment.