debug fix v5
This commit is contained in:
parent
f2ebe5ab3e
commit
714ef6c9f6
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue