potiuk commented on code in PR #23562:
URL: https://github.com/apache/airflow/pull/23562#discussion_r867459990


##########
dev/breeze/src/airflow_breeze/commands/ci_image_commands.py:
##########
@@ -443,27 +448,18 @@ def build_ci_image(verbose: bool, dry_run: bool, 
ci_image_params: BuildCiParams)
     if not ci_image_params.force_build and not 
ci_image_params.upgrade_to_newer_dependencies:
         if not should_we_run_the_build(build_ci_params=ci_image_params, 
verbose=verbose):
             return 0, f"Image build: {ci_image_params.python}"
-    run_command(

Review Comment:
   We are not using "inline" cache any more, so we do not have to remove the 
image when building. This is great because it resulted in disappearing image if 
you broke the build with ctrl-c



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

Reply via email to