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 08:31:51 UTC

[incubator-zipkin-website] branch master updated: reverts the rest

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 5370bdd  reverts the rest
5370bdd is described below

commit 5370bdd8348fad6ab90d4ed1e99f458a3aa24af0
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 6 16:31:39 2019 +0800

    reverts the rest
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3613f43..1f7097e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,6 +106,7 @@ pipeline {
 				git status
 				cp ./zipkin-api-source/*.yaml ./zipkin-api/
 				git add ./zipkin-api/*.yaml
+				git commit -am"Zipkin OpenApi definitions"
 
 				rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="zipkin-api-source" --exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./
 				git status