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 6a943fb  could it be..
6a943fb is described below

commit 6a943fb77066d8205a352a37e8e3136d1e82909f
Author: Adrian Cole <[email protected]>
AuthorDate: Wed Jun 5 18:25:40 2019 +0800

    could it be..
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 65ecc46..1852d92 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=".gitmodules" --exclude="./zipkin-api-source" 
--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
 

Reply via email to