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/06 07:53:58 UTC

[incubator-zipkin-website] branch master updated: add 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 70ef5fe  add api
70ef5fe is described below

commit 70ef5fe9867b08f191048dd549413cf91414abfe
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 6 15:53:47 2019 +0800

    add api
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8c7c0a3..3613f43 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -105,6 +105,7 @@ pipeline {
 				git submodule update --init --recursive
 				git status
 				cp ./zipkin-api-source/*.yaml ./zipkin-api/
+				git add ./zipkin-api/*.yaml
 
 				rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="zipkin-api-source" --exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./
 				git status