From commits-return-837-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Tue May 7 00:03:46 2019 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 F39CD18060F for ; Tue, 7 May 2019 02:03:45 +0200 (CEST) Received: (qmail 20010 invoked by uid 500); 7 May 2019 00:03:43 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 19963 invoked by uid 99); 7 May 2019 00:03:43 -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; Tue, 07 May 2019 00:03:43 +0000 From: GitBox To: commits@zipkin.apache.org Subject: [GitHub] [incubator-zipkin-website] adriancole commented on a change in pull request #10: enables listing of subdirectories in check environment. Message-ID: <155718741857.30268.4701106557656900156.gitbox@gitbox.apache.org> Date: Tue, 07 May 2019 00:03:38 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit adriancole commented on a change in pull request #10: enables listing of subdirectories in check environment. URL: https://github.com/apache/incubator-zipkin-website/pull/10#discussion_r281414718 ########## File path: Jenkinsfile ########## @@ -96,13 +96,15 @@ pipeline { builddir="$(mktemp -d)" mv _site "${builddir}/" - ls -lR "${builddir}/_site/" + ls "${builddir}/_site/" git fetch origin asf-site:asf-site git reset --hard git checkout asf-site git log -3 git status + git add ./zipkin-api/*.yaml ./zipkin-api/*.proto Review comment: I think swagger doesn't use proto, so we can probably leave this out. ---------------------------------------------------------------- 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