fix v10
This commit is contained in:
parent
a4c27b6f88
commit
1f49b41cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def run_docker(folder_name: str) -> int:
|
|||
subprocess.call('docker rm -v -f $(docker ps --all -q --filter ancestor=clr_test-clearing_system)', shell=True)
|
||||
|
||||
logging.info("Removing all sftp containers")
|
||||
subprocess.call('docker rm -f $(docker ps --all -q --filter ancestor=mirror.gcr.io/atmoz/sftp)', shell=True)
|
||||
subprocess.call('docker rm -v -f $(docker ps --all -q --filter ancestor=mirror.gcr.io/atmoz/sftp)', shell=True)
|
||||
|
||||
logging.info("Removing all clr_test-db images")
|
||||
subprocess.call('docker rmi -f clr_test-db', shell=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue