Commit ee0f5d02 authored by 崔佳豪's avatar 崔佳豪

fix: update CI

parent 1c85a29c
Pipeline #56288 passed with stages
in 16 seconds
......@@ -87,7 +87,7 @@ pushSolution:
- 'cd "${TARGET_REPO_Solution}"'
- 'git reset --hard head'
- 'git clean -fd'
- 'git remote set-url origin "https://${ACCESS_USER}:${ACCESS_PASSWORD}@g.civnet.cn:8443/PandaSolution/civbase.git"'
- 'git remote set-url origin "https://${GIT_ACCESS_USER}:${GIT_ACCESS_USER}@g.civnet.cn:8443/PandaSolution/civbase.git"'
- 'git pull origin test'
- 'git rm -rf --ignore-unmatch "${TARGET_REPO_Solution}"'
- 'robocopy "${CI_PROJECT_DIR}/../PublishTemp/civbase" "${TARGET_REPO_Solution}" /S ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment