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 10:02:52 UTC

[incubator-zipkin-website] branch master updated: Tries again to sync zipkin api

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 b0505b9  Tries again to sync zipkin api
b0505b9 is described below

commit b0505b905bf687e754283635dae5fe4904520949
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Jun 5 18:02:43 2019 +0800

    Tries again to sync zipkin api
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d712bb3..d74eb14 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -102,8 +102,9 @@ pipeline {
 				git reset --hard
 				git checkout asf-site
 				git log -3
-				git status
 				git submodule update --init --recursive
+				git status
+				cp ./zipkin-api-source/*.yaml ./zipkin-api/
 				git add ./zipkin-api/*.yaml
 				git commit -m "force adds zipkin-api" || true