Add '--force' to 'docker rm' command in Linux builds
This commit is contained in:
@@ -147,4 +147,4 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be
|
|||||||
exit(1)
|
exit(1)
|
||||||
finally:
|
finally:
|
||||||
# Still gets executed, even when 'exit(1)' gets called
|
# Still gets executed, even when 'exit(1)' gets called
|
||||||
run_docker(['rm', '-v', container_name])
|
run_docker(['rm', '--force', '-v', container_name])
|
||||||
|
|||||||
Reference in New Issue
Block a user