You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/14 06:53:01 UTC

[GitHub] [incubator-zipkin-website] jcchavezs commented on a change in pull request #10: enables listing of subdirectories in check environment.

jcchavezs commented on a change in pull request #10: enables listing of subdirectories in check environment.
URL: https://github.com/apache/incubator-zipkin-website/pull/10#discussion_r283648217
 
 

 ##########
 File path: 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 ./zipkin-api/*.proto
 
 Review comment:
   :+1:
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services