You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by jc...@apache.org on 2019/04/29 12:31:05 UTC

[incubator-zipkin-website] 01/01: fix: enables pulling of submodule.

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

jcchavezs pushed a commit to branch pull_submodule
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git

commit bbc8c16567078320f2ee90febc9c9c15fb4eb4e5
Author: José Carlos Chávez <jc...@gmail.com>
AuthorDate: Mon Apr 29 14:31:00 2019 +0200

    fix: enables pulling of submodule.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
 			}
 		}