[setup optimize]Support git submodule (#4033)

* support git submodule

* update setup

* fix ci network

* fix clone

* revert clone linux

* delete args

* fix ci

* update
This commit is contained in:
YuanRisheng
2025-09-11 17:41:16 +08:00
committed by GitHub
parent d60f7c4661
commit d2d04c2d5e
6 changed files with 61 additions and 90 deletions

View File

@@ -134,6 +134,7 @@ jobs:
fi
git config --global --add safe.directory /workspace/FastDeploy
chown -R $(whoami) /workspace/FastDeploy
cd FastDeploy
if [[ "${WITH_NIGHTLY_BUILD}" == "ON" ]];then
GIT_COMMIT_TIME=$(git --no-pager show -s --format=%ci HEAD)