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 <[email protected]>
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 = [email protected]: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'
                        }
                }
 

Reply via email to