This is an automated email from the ASF dual-hosted git repository.

mobuchowski pushed a commit to branch fix-providers-path-breeze-sources
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to 
refs/heads/fix-providers-path-breeze-sources by this push:
     new a16ec7be2ed fix path to providers dir for mount sources breeze flag
a16ec7be2ed is described below

commit a16ec7be2ede6e3ac43c69f0617fffb9cd576d1c
Author: Maciej Obuchowski <obuchowski.mac...@gmail.com>
AuthorDate: Tue Oct 15 17:16:57 2024 +0200

    fix path to providers dir for mount sources breeze flag
---
 scripts/ci/docker-compose/providers-and-tests-sources.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/docker-compose/providers-and-tests-sources.yml 
b/scripts/ci/docker-compose/providers-and-tests-sources.yml
index e792d783dce..29498ae27eb 100644
--- a/scripts/ci/docker-compose/providers-and-tests-sources.yml
+++ b/scripts/ci/docker-compose/providers-and-tests-sources.yml
@@ -31,7 +31,7 @@ services:
       # but keep tests
       - ../../../tests/:/opt/airflow/tests:cached
       # and providers
-      - ../../../airflow/providers:/opt/airflow/airflow/providers:cached
+      - 
../../../providers/src/airflow/providers:/opt/airflow/airflow/providers:cached
       # and entrypoint and in_container scripts for testing
       - ../../../scripts/docker/entrypoint_ci.sh:/entrypoint
       - ../../../scripts/in_container/:/opt/airflow/scripts/in_container

Reply via email to