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 2022/01/07 14:02:11 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #20748: refactoring the code -Breeze2 build ci image

potiuk commented on a change in pull request #20748:
URL: https://github.com/apache/airflow/pull/20748#discussion_r780280882



##########
File path: dev/breeze/src/airflow_breeze/cache.py
##########
@@ -20,10 +20,10 @@
 from typing import Any, List, Optional, Tuple
 
 from airflow_breeze import global_constants
-from airflow_breeze.breeze import get_airflow_sources_root
 from airflow_breeze.console import console
+from airflow_breeze.global_constants import BUILD_CACHE_DIR
 
-BUILD_CACHE_DIR = Path(get_airflow_sources_root(), '.build')
+# BUILD_CACHE_DIR = Path(get_airflow_sources_root(), '.build')

Review comment:
       Let's just remove it :)




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org