edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r772538423
##########
File path: .github/workflows/build-images.yml
##########
@@ -224,7 +224,7 @@ 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:
I understand that we want to separate Breeze from Airflow, correct?
Breeze for the development environment, which will have its own ci scripts and
documentations.
##########
File path: .github/workflows/build-images.yml
##########
@@ -224,7 +224,7 @@ 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:
I understand that we want to separate Breeze from Airflow, correct?
Breeze for the development environment, which will have its own ci scripts and
documentation.
--
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]