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