potiuk commented on code in PR #36744:
URL: https://github.com/apache/airflow/pull/36744#discussion_r1450562760
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -352,7 +378,10 @@ def prepare_airflow_packages(
# Copy all files in the dist directory in container to the host dist
directory (note '/.' in SRC)
run_command(["docker", "cp", f"{container_id}:/opt/airflow/dist/.",
"./dist"], check=True)
run_command(["docker", "rm", "--force", container_id], check=True)
- get_console().print("[success]Successfully prepared Airflow package!\n\n")
+ get_console().print("[success]Successfully prepared Airflow packages:")
Review Comment:
Not sure I I know what you are asking for :)?
--
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]