提交 97b1bcc4 编写于 作者: T tangfangzhi

ci: add 2.6 branch to ci

上级 0d9f481d
......@@ -36,6 +36,12 @@ def sync_source() {
git clean -fxd
git checkout 2.4
'''
} else if (env.CHANGE_TARGET == '2.6') {
sh '''
cd ${WKC}
git clean -fxd
git checkout 2.6
'''
} else {
sh '''
cd ${WKC}
......@@ -68,6 +74,11 @@ def sync_source() {
cd ${WK}
git checkout 2.4
'''
} else if (env.CHANGE_TARGET == '2.6') {
sh '''
cd ${WK}
git checkout 2.6
'''
} else {
sh '''
cd ${WK}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册