debug fix v5

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-30 13:04:54 +03:00
parent f2ebe5ab3e
commit 714ef6c9f6

View file

@ -39,6 +39,9 @@ def run_docker(folder_name: str) -> int:
logging.info("Removing all clr_test-db images")
subprocess.call('docker rmi -f clr_test-db', shell=True)
logging.info("Removing all clr_test-db-updater images")
subprocess.call('docker rmi -f clr_test-db-updater', shell=True)
logging.info("Removing all clr_test-clearing_system images")
subprocess.call('docker rmi -f clr_test-clearing_system', shell=True)