You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/01 08:03:30 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests

ashb commented on a change in pull request #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests
URL: https://github.com/apache/airflow/pull/7306#discussion_r373765567
 
 

 ##########
 File path: scripts/ci/in_container/kubernetes/docker/airflow-test-env-init.sh
 ##########
 @@ -20,6 +20,7 @@ set -x
 
 cd /opt/airflow/airflow && \
 cp -R example_dags/* /root/airflow/dags/ && \
+find /root/airflow/dags/ && \
 
 Review comment:
   This is just to show what dags are there for debugging right? :+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