修改CI配置

This commit is contained in:
江志雄 2018-07-13 17:18:05 +08:00
parent ddc005c13c
commit a8bec179cd

View File

@ -25,7 +25,7 @@ after_script:
- git config user.email "${USER_EMAIL}" - git config user.email "${USER_EMAIL}"
- git add . - git add .
- git commit -m "更新博客" - git commit -m "更新博客"
- git push --force --quiet "https://${TOKEN}@${GH_REF}" master:${P_BRANCH} - git push --force --quiet "https://${TOKEN}@${GH_REF}" master
# E: Build LifeCycle # E: Build LifeCycle
notifications: notifications:
@ -33,7 +33,7 @@ notifications:
branches: branches:
only: only:
- master - config
env: env:
global: global: