Commit 2c93dee5 authored by 王华's avatar 王华

Update .gitlab-ci.yml

parent 619cf2ef
Pipeline #52088 waiting for manual action with stages
......@@ -46,7 +46,7 @@ package:
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - node_modules/
allow_faiure: false
allow_failure: false
only:
- master
when: manual
......@@ -68,6 +68,7 @@ push:
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 civmanage."'
- 'git push origin map'
allow_failure: false
only:
- master
when: manual
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