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


##########
dev/breeze/src/airflow_breeze/commands/ci_commands.py:
##########
@@ -92,6 +92,11 @@ def free_space(verbose: bool, dry_run: bool, answer: str):
         )
         run_command(["df", "-h"], verbose=verbose, dry_run=dry_run)
         run_command(["docker", "logout", "ghcr.io"], verbose=verbose, 
dry_run=dry_run, check=False)
+        run_command(
+            ["sudo", "rm", "-f", os.fspath(Path.home() / MSSQL_TMP_DIR_NAME)],
+            verbose=verbose,

Review Comment:
   We cleanup MSQL  local folder that is used on Self-Hosted runner here.



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