This is an automated email from the ASF dual-hosted git repository.

kangkaisen pushed a commit to branch kangkaisen-travis1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit 8013a3bbc9e2ade5f85c3eb0ad11d71f5d150b77
Author: kangkaisen <kangkai...@apache.org>
AuthorDate: Thu May 7 23:05:07 2020 +0800

    Update travis.yml
---
 .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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to