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: [email protected] With regards, Apache Git Services
