Commit 62eefaaf authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent fe5a96ea
Pipeline #57055 passed with stages
...@@ -69,7 +69,7 @@ pushSolution: ...@@ -69,7 +69,7 @@ pushSolution:
- 'git rm -rf --ignore-unmatch "${TARGET_REPO_Solution}"' - 'git rm -rf --ignore-unmatch "${TARGET_REPO_Solution}"'
- 'robocopy "${CI_PROJECT_DIR}/../PublishTemp/civbase" "${TARGET_REPO_Solution}" /S ; - 'robocopy "${CI_PROJECT_DIR}/../PublishTemp/civbase" "${TARGET_REPO_Solution}" /S ;
IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}' IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}'
- 'git add . ; git commit -m "auto package civbase."' - 'git add . ; git commit --allow-empty -m "auto package civbase."'
- 'git push origin test' - 'git push origin test'
only: only:
refs: refs:
...@@ -94,7 +94,7 @@ push2021: ...@@ -94,7 +94,7 @@ push2021:
#- 'git push origin map' #- 'git push origin map'
- 'robocopy "${CI_PROJECT_DIR}/../PublishTemp/civbase" "${TARGET_REPO_2021}/civbase" /S ; - 'robocopy "${CI_PROJECT_DIR}/../PublishTemp/civbase" "${TARGET_REPO_2021}/civbase" /S ;
IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}' IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}'
- 'git add . ; git reset HEAD Web.config CityInterface/Web.config CityWebFW/Web.config ; git commit -m "auto package civbase."' - 'git add . ; git reset HEAD Web.config CityInterface/Web.config CityWebFW/Web.config ; git commit --allow-empty -m "auto package civbase."'
- 'git push origin map' - 'git push origin map'
only: only:
......
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