This commit is contained in:
江志雄 2018-07-13 16:59:16 +08:00
parent 90b97799ce
commit 8fb328aac5

View File

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