zentol commented on a change in pull request #10976: [FLINK-13978][build 
system] Add experimental support for building on Azure Pipelines
URL: https://github.com/apache/flink/pull/10976#discussion_r378842875
 
 

 ##########
 File path: tools/travis_watchdog.sh
 ##########
 @@ -166,7 +171,7 @@ print_stacktraces () {
 put_yarn_logs_to_artifacts() {
        # Make sure to be in project root
        cd $HERE/../
-       for file in `find ./flink-yarn-tests/target/flink-yarn-tests* -type f 
-name '*.log'`; do
+       for file in `find ./flink-yarn-tests/target -type f -name '*.log'`; do
 
 Review comment:
   then let's put this into a separate commit

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to