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:07:34 UTC

[incubator-zipkin-website] branch master updated: adds another rsync exclude

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 5e6b7aa  adds another rsync exclude
5e6b7aa is described below

commit 5e6b7aa65f0741048171d17a2774f955e21c0a77
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Jun 5 18:07:20 2019 +0800

    adds another rsync exclude
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d74eb14..8bf4abe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,7 +108,7 @@ pipeline {
 				git add ./zipkin-api/*.yaml
 				git commit -m "force adds zipkin-api" || true
 
-				rsync -avrh --delete --exclude=".git" "${builddir}/_site/" ./
+				rsync -avrh --delete --exclude=".git" --exclude="./zipkin-api/*.yaml" "${builddir}/_site/" ./
 				git status
 				git diff