This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 09419693860776612c2d2e7afb55c42191923c0f Author: jenkins <[email protected]> AuthorDate: Wed Jun 5 10:26:20 2019 +0000 Automatic site generation from 6a943fb --- 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
