File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ pipeline {
1616 GIT_COMMIT_SUMMARY = " `<https://github.com/Kaggle/docker-python/commit/${ GIT_COMMIT} |${ GIT_COMMIT_SHORT} >` ${ GIT_COMMIT_SUBJECT} - ${ GIT_COMMIT_AUTHOR} "
1717 MATTERMOST_CHANNEL = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" main\" ]]; then echo \" #kernelops\" ; else echo \" #builds\" ; fi" ). trim()
1818 // Use dev branch names as tags, but replace '/' with '-' using sed since docker images don't support forward slash
19- PRETEST_TAG = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" main\" ]]; then echo \" ci-pretest\" ; else echo \" ${ GIT_BRANCH} -pretest\" | sed 's/\/ /-/g'; fi" ). trim()
20- STAGING_TAG = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" main\" ]]; then echo \" staging\" ; else echo \" ${ GIT_BRANCH} -staging\" | sed 's/\/ /-/g'; fi" ). trim()
19+ PRETEST_TAG = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" main\" ]]; then echo \" ci-pretest\" ; else echo \" ${ GIT_BRANCH} -pretest\" | sed 's/\\ //-/g'; fi" ). trim()
20+ STAGING_TAG = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" main\" ]]; then echo \" staging\" ; else echo \" ${ GIT_BRANCH} -staging\" | sed 's/\\ //-/g'; fi" ). trim()
2121 }
2222
2323 stages {
You can’t perform that action at this time.
0 commit comments