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 2020/06/18 17:16:39 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #9375: Remove redundant code from breeze initialization

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



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -59,8 +59,6 @@ function initialize_common_environment {
     # Create useful directories if not yet created
     mkdir -p "${AIRFLOW_SOURCES}/.mypy_cache"
     mkdir -p "${AIRFLOW_SOURCES}/logs"
-    mkdir -p "${AIRFLOW_SOURCES}/tmp"

Review comment:
       Maybe better to remove the two lines above ? I  think it's nice to have the mkdirs in one "group" :)




----------------------------------------------------------------
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:
users@infra.apache.org