修改CI配置
This commit is contained in:
parent
ddc005c13c
commit
a8bec179cd
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user