+ [unittest] fix unit test pipeline.

This commit is contained in:
liyang
2025-05-07 08:49:32 +08:00
parent 561a63637f
commit ae549d548c
+4 -4
View File
@@ -40,14 +40,14 @@ spec:
spec:
container: hub.zentao.net/ci/git:2.45.2
script:
- git clone --depth 1 -q http://${GITFOX_SERVER}/git/xuan/xuanxuan.git
- git clone -q http://${GITFOX_SERVER}/git/xuan/xuanxuan.git
xuansrc && cd xuansrc && git checkout $XUANVERSION && cd -
- git clone --depth 1 -q -b $GITFOX_BRANCH
- git clone --depth 1 -q
http://${GITFOX_SERVER}/git/${ZENTAOEXT_GIT_REPO}.git
zentaoext
- git clone --depth 1 -b $GITFOX_BRANCH
- git clone --depth 1
http://${GITFOX_SERVER}/git/zentao/zentaomax.git zentaomax
- git clone --depth 1 -b $GITFOX_BRANCH
- git clone --depth 1
http://${GITFOX_SERVER}/git/zentao/zentaoipd.git zentaoipd
- name: 版本变量设定
type: run