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:14:42 UTC

[incubator-zipkin-website] branch master updated: hoping to not clobber this time

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 9e3da7f  hoping to not clobber this time
9e3da7f is described below

commit 9e3da7fd62b25f3cb2b85171bd609e2c30f7f22c
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Jun 5 18:14:31 2019 +0800

    hoping to not clobber this time
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8bf4abe..65ecc46 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" --exclude="./zipkin-api/*.yaml" "${builddir}/_site/" ./
+				rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="./zipkin-api-source" --exclude="./zipkin-api/*.yaml" "${builddir}/_site/" ./
 				git status
 				git diff