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 09:48:06 UTC

[incubator-zipkin-website] branch master updated: forces to include the zipkin-api folder. (#10)

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 0e93abf  forces to include the zipkin-api folder. (#10)
0e93abf is described below

commit 0e93abf4ae3d9a5b9de9f5db742b2e86a77f6d9f
Author: José Carlos Chávez <jc...@gmail.com>
AuthorDate: Wed Jun 5 11:48:02 2019 +0200

    forces to include the zipkin-api folder. (#10)
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9b49bb9..f99ff5f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,13 +96,15 @@ pipeline {
 
 				builddir="$(mktemp -d)"
 				mv _site "${builddir}/"
-				ls -lR "${builddir}/_site/"
+				ls "${builddir}/_site/"
 
 				git fetch origin asf-site:asf-site
 				git reset --hard
 				git checkout asf-site
 				git log -3
 				git status
+				git add ./zipkin-api/*.yaml
+				git commit -m "force adds zipkin-api" || true 
 
 				rsync -avrh --delete --exclude=".git" "${builddir}/_site/" ./
 				git status