This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch test-failing-composite-action in repository https://gitbox.apache.org/repos/asf/airflow.git
commit da68ce3d18dac1752137bd4d077d734d1f1d6b48 Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Oct 30 21:31:12 2023 +0100 Testing --- Dockerfile.ci | 2 +- dev/breeze/src/airflow_breeze/commands/ci_image_commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 48301ba232..a22d3fdee5 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -16,7 +16,7 @@ # # WARNING: THIS DOCKERFILE IS NOT INTENDED FOR PRODUCTION USE OR DEPLOYMENT. # -ARG PYTHON_BASE_IMAGE="python:3.8-slim-bullseye" +ARGxxx PYTHON_BASE_IMAGE="python:3.8-slim-bullseye" ############################################################################################## # This is the script image where we keep all inlined bash scripts needed in other segments diff --git a/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py b/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py index f5ab0b2d0f..dc537d0880 100644 --- a/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py +++ b/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py @@ -258,7 +258,7 @@ def build( **kwargs: dict[str, Any], ): """Build CI image. Include building multiple images for all python versions.""" - + sys.exit(100) def run_build(ci_image_params: BuildCiParams) -> None: return_code, info = run_build_ci_image( ci_image_params=ci_image_params,
