potiuk commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r517963527
##########
File path: scripts/ci/libraries/_local_mounts.sh
##########
@@ -44,6 +44,7 @@ function local_mounts::generate_local_mounts_list {
"$prefix"hooks:/opt/airflow/hooks:cached
"$prefix"logs:/root/airflow/logs:cached
"$prefix"pylintrc:/opt/airflow/pylintrc:cached
+ "$prefix"pylintrc:/opt/airflow/pylintrc:cached
Review comment:
Ah that would explain one of the failures. By accident I have not saved
the pyproject.toml change here and it was generated from here to the dockerfile
:). It's needed for black formatting of the generated files.
----------------------------------------------------------------
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]