edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r772849223
##########
File path: .github/workflows/build-images.yml
##########
@@ -297,7 +301,11 @@ jobs:
rm -rf "scripts/ci"
mv "main-airflow/scripts/ci" "scripts"
- name: "Free space"
- run: ./scripts/ci/tools/free_space.sh
+ run: ./scripts/ci/tools/freespace.py
Review comment:
@potiuk since in setup.cfg has: package_dir in src, so I moved
freespace.py from: dev/breeze/ci to src/airflow_breeze/ci and I added this
entry[point:
```
[options.entry_points]
console_scripts=
Breeze2=airflow_breeze.breeze:main
freespace=airflow_breeze.ci.freespace:main
```
Is it not being recognized. It may be omitting one step.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]