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



##########
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"

Review comment:
       And remove the lines above :)

##########
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"

Review comment:
       ```suggestion
       mkdir -p "${TMP_DIR}"
       mkdir -p "${FILES_DIR}"
       mkdir -p "${AIRFLOW_SOURCES}/.mypy_cache"
   ```




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


Reply via email to