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

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

commit 2ad485803aa8b101af85cd387dcbf37bdf9d7d7d
Author: kangkaisen <kangkai...@apache.org>
AuthorDate: Thu May 7 18:06:46 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