adriancole 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_r281414718
 
 

 ##########
 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:
   I think swagger doesn't use proto, so we can probably leave this out.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to