Commit 9f093df0 authored by 杨思琦's avatar 杨思琦

Update .gitlab-ci.yml

parent 487d5400
Pipeline #65616 passed with stages
......@@ -65,6 +65,7 @@ push_2021:
- 'git clean -fd'
- 'git remote set-url origin "https://${GIT_ACCESS_USER}:${GIT_ACCESS_PASSWORD}@g.civnet.cn:8443/CivPublish/CivWebPublish2021.git"'
- 'git pull origin map'
- 'git rm -rf --ignore-unmatch "${TARGET_REPO_2021}/civmanage"'
#- 'robocopy "${CI_PROJECT_DIR}/../CivWebPublish2021/civmanage" "${TARGET_REPO_2021}/civmanage" /S ;
- 'robocopy "${TEMP_DIR}/" "${TARGET_REPO_2021}/civmanage" /S ;
IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}'
......@@ -86,6 +87,7 @@ push_solution:
- 'git clean -fd'
- 'git remote set-url origin "https://${GIT_ACCESS_USER}:${GIT_ACCESS_PASSWORD}@g.civnet.cn:8443/PandaSolution/civmanage.git"'
- 'git pull origin'
- 'git rm -rf --ignore-unmatch "${TARGET_REPO_Solution}"'
#- 'robocopy "${CI_PROJECT_DIR}/../CivWebPublish2021/civmanage" "${TARGET_REPO_Solution}" /S ;
- 'robocopy "${TEMP_DIR}/" "${TARGET_REPO_Solution}/" /S ;
IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}'
......
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