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

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


The following commit(s) were added to refs/heads/branch-0.11 by this push:
     new ce25b43  Change travis yml (#3500)
ce25b43 is described below

commit ce25b43bf70f301a8f8b12df4239d460bbc5f64f
Author: kangkaisen <kangkai...@apache.org>
AuthorDate: Thu May 7 14:51:35 2020 +0800

    Change travis yml (#3500)
---
 .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