This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1893cd7 Update travis.yml (#3512)
1893cd7 is described below
commit 1893cd7b5b79cf3c0686db3b10ad95793551f8b4
Author: kangkaisen <[email protected]>
AuthorDate: Thu May 7 23:10:36 2020 +0800
Update travis.yml (#3512)
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b84d94e..3265388 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,12 +46,12 @@ after_script:
- git config user.email "${GIT_EMAIL}"
- git clone https://${SITE_REPO} site-repo
- cd site-repo
+ - git checkout ${SITE_BRANCH}
- mkdir -p ${BRANCH} && rm -rf ${BRANCH}/*
- cp -r ../.vuepress/dist/* ./${BRANCH}/
- - git checkout ${SITE_BRANCH}
- git add .
- git commit -am "Auto Build"
- - git push --force --quiet "https://${SITE_PUSH_TOKEN}@${SITE_REPO}"
${SITE_BRANCH}:${SITE_BRANCH}
+ - git push --verbose "https://${SITE_PUSH_TOKEN}@${SITE_REPO}"
${SITE_BRANCH}:${SITE_BRANCH}
branches:
only:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]