Commit e196a4d8 authored by 王华's avatar 王华

Update .gitlab-ci.yml

parent 050661c0
Pipeline #55783 passed with stages
......@@ -89,7 +89,7 @@ push_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"}'
- 'git add . ; git reset HEAD ; git commit --allow-empty -m "auto package civmanage."'
- 'git add . ; git commit --allow-empty -m "auto package PandaSolution/civmanage."'
- 'git push origin'
only:
- master
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