mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-26 06:56:19 +00:00
gitbook dist commit message include main repo sha
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
e38ea82f37
commit
bd74c85bb7
@ -37,7 +37,7 @@ after_success:
|
|||||||
- git remote add origin "$DEPLOY_REPO"
|
- git remote add origin "$DEPLOY_REPO"
|
||||||
- git add .
|
- git add .
|
||||||
- COMMIT=`date "+%F %T"`
|
- COMMIT=`date "+%F %T"`
|
||||||
- git commit -m "Travis CI Site updated $COMMIT"
|
- git commit -m "Travis CI Site updated $COMMIT yeasy/docker_practice@${TRAVIS_COMMIT}"
|
||||||
- git push -f origin master:"$DEPLOY_BRANCH"
|
- git push -f origin master:"$DEPLOY_BRANCH"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user