You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/05 09:53:49 UTC

[incubator-zipkin-website] branch master updated: ensures submodule is up to date

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 e48630e  ensures submodule is up to date
e48630e is described below

commit e48630ec1b41ad3fe317c02c609c55e838925eeb
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Jun 5 17:53:37 2019 +0800

    ensures submodule is up to date
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f99ff5f..d712bb3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -103,8 +103,9 @@ pipeline {
 				git checkout asf-site
 				git log -3
 				git status
+				git submodule update --init --recursive
 				git add ./zipkin-api/*.yaml
-				git commit -m "force adds zipkin-api" || true 
+				git commit -m "force adds zipkin-api" || true
 
 				rsync -avrh --delete --exclude=".git" "${builddir}/_site/" ./
 				git status