From commits-return-13628-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Thu Mar 19 03:15:12 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 87C1A18025F for ; Thu, 19 Mar 2020 04:15:12 +0100 (CET) Received: (qmail 24061 invoked by uid 500); 19 Mar 2020 03:15:11 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 24051 invoked by uid 99); 19 Mar 2020 03:15:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2020 03:15:11 +0000 From: GitBox To: commits@hudi.apache.org Subject: [GitHub] [incubator-hudi] lamber-ken commented on a change in pull request #1412: [HUDI-504] Restructuring and auto-generation of docs Message-ID: <158458771172.12073.18216331530660525557.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 19 Mar 2020 03:15:11 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit lamber-ken commented on a change in pull request #1412: [HUDI-504] Restructuring and auto-generation of docs URL: https://github.com/apache/incubator-hudi/pull/1412#discussion_r394767796 ########## File path: .travis.yml ########## @@ -0,0 +1,40 @@ +language: ruby +rvm: + - 2.6.3 + +env: + global: + - GIT_USER="CI BOT" + - GIT_EMAIL="cibot@hudi.apache.org" + - GIT_REPO="apache" + - GIT_PROJECT="incubator-hudi" + - GIT_BRANCH="asf-site" + - DOCS_ROOT="`pwd`/docs" + +before_install: + - git config --global user.name ${GIT_USER} + - git config --global user.email ${GIT_EMAIL} + - git remote add hudi https://${GIT_TOKEN}@github.com/${GIT_REPO}/${GIT_PROJECT}.git + - git checkout -b pr Review comment: Double checked, always say "Switched to a new branch 'pr'", means that travis doesn't cache it. https://www.travis-ci.org/github/lamber-ken/hdocs/builds/664223886 https://www.travis-ci.org/github/lamber-ken/hdocs/builds/664223922 ``` $ git checkout -b pr Switched to a new branch 'pr' ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services