mik-laj commented on a change in pull request #9219:
URL: https://github.com/apache/airflow/pull/9219#discussion_r438403264
##########
File path: scripts/ci/docker-compose/local-prod.yml
##########
@@ -35,7 +35,7 @@ services:
- ../../../setup.cfg:/opt/airflow/setup.cfg:cached
- ../../../setup.py:/opt/airflow/setup.py:cached
- ../../../tests:/opt/airflow/tests:cached
- - ../../../tmp:/opt/airflow/tmp:cached
+ - ../../../tmp:/tmp:cached
Review comment:
It was a huge problem for me. It took me a long time to find this bug. I
did not know why the jar does not start, because for manual testing I had this
file saved in /files/. It was very confusing. 😿
----------------------------------------------------------------
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]