From ae549d548cb081e332a5cdee6099c36014dd5187 Mon Sep 17 00:00:00 2001 From: liyang Date: Wed, 7 May 2025 08:49:32 +0800 Subject: [PATCH] + [unittest] fix unit test pipeline. --- .gitfox/unittestcheck.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitfox/unittestcheck.yaml b/.gitfox/unittestcheck.yaml index e2a781860d..6768ea1658 100644 --- a/.gitfox/unittestcheck.yaml +++ b/.gitfox/unittestcheck.yaml @@ -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