Commit 4a0b9001 authored by 邓晓峰's avatar 邓晓峰

feat: add .gitllab-ci.yml

parent 568d5a63
Pipeline #21353 passed with stages
in 2 minutes 1 second
......@@ -45,7 +45,7 @@ push_2021:
- 'cd "${TARGET_REPO_2021}"'
- 'git reset --hard head'
- 'git clean -fd'
- 'git remote set-url origin "https://gitlab+deploy-token-7:jnzGBwuvRvNtxJqSExgV@g.civnet.cn:8443/CivPublish/CivWebPublish2021.git"'
- 'git remote set-url origin "https://${GIT_ACCESS_USER}:${GIT_ACCESS_PASSWORD}@g.civnet.cn:8443/CivPublish/CivWebPublish2021.git"'
- 'git pull origin map'
- 'robocopy "${CI_PROJECT_DIR}/../CivWebPublish2021/civmanage" "${TARGET_REPO_2021}/civmanage" /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