From commits-return-686-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Fri May 3 00:57:47 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 44021180671 for ; Fri, 3 May 2019 02:57:47 +0200 (CEST) Received: (qmail 99380 invoked by uid 500); 3 May 2019 00:57:46 -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 99370 invoked by uid 99); 3 May 2019 00:57:46 -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; Fri, 03 May 2019 00:57:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7B613871DE; Fri, 3 May 2019 00:57:46 +0000 (UTC) Date: Fri, 03 May 2019 00:57:46 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-website] branch master updated: fix: enables pulling of submodule. (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155684506645.25541.12757213439120541723@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0883146dd157e2718a3f95511a6e592aacf40e02 X-Git-Newrev: db4764397afcc5926dfda2aa7b38203c26876f9d X-Git-Rev: db4764397afcc5926dfda2aa7b38203c26876f9d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git The following commit(s) were added to refs/heads/master by this push: new db47643 fix: enables pulling of submodule. (#7) db47643 is described below commit db4764397afcc5926dfda2aa7b38203c26876f9d Author: José Carlos Chávez AuthorDate: Fri May 3 02:57:42 2019 +0200 fix: enables pulling of submodule. (#7) --- .gitmodules | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d3973d9..5a37b6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "zipkin-api"] path = zipkin-api - url = git@github.com:apache/incubator-zipkin-api.git + url = https://github.com/apache/incubator-zipkin-api diff --git a/Jenkinsfile b/Jenkinsfile index 83a3e32..9b49bb9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { deleteDir() checkout scm -// sh 'git submodule update --init --recursive' + sh 'git submodule update --init --recursive' } }