修改CI配置
This commit is contained in:
parent
ddc005c13c
commit
a8bec179cd
@ -25,7 +25,7 @@ after_script:
|
||||
- git config user.email "${USER_EMAIL}"
|
||||
- git add .
|
||||
- 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
|
||||
|
||||
notifications:
|
||||
@ -33,7 +33,7 @@ notifications:
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- config
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
Reference in New Issue
Block a user