mik-laj commented on a change in pull request #7389: [AIRFLOW-6763] Make
systems tests ready for backport tests
URL: https://github.com/apache/airflow/pull/7389#discussion_r376828458
##########
File path: scripts/ci/docker-compose/local.yml
##########
@@ -53,7 +53,9 @@ services:
- ../../../setup.cfg:/opt/airflow/setup.cfg:cached
- ../../../setup.py:/opt/airflow/setup.py:cached
- ../../../tests:/opt/airflow/tests:cached
+ - ../../../tests:/opt/airflow-backport/tests:cached
- ../../../tmp:/opt/airflow/tmp:cached
+ - ${HOME}/.config:/root/.config
Review comment:
Why do you want this directory to be available in the container? It contains
very sensitive data, e.g. oAuth.2.0 for gcloud and hub.
----------------------------------------------------------------
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