Prune before build
This commit is contained in:
parent
afc2fff6d8
commit
8a1465b924
|
@ -10,8 +10,8 @@ import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import time
|
import time
|
||||||
|
|
||||||
subprocess.run(["make", "image-prod"], check=True)
|
|
||||||
subprocess.run(["docker", "system", "prune", "-f"], check=True)
|
subprocess.run(["docker", "system", "prune", "-f"], check=True)
|
||||||
|
subprocess.run(["make", "image-prod"], check=True)
|
||||||
existing_containers = subprocess.run(
|
existing_containers = subprocess.run(
|
||||||
["docker", "ps", "-q"], check=True, stdout=subprocess.PIPE
|
["docker", "ps", "-q"], check=True, stdout=subprocess.PIPE
|
||||||
).stdout.splitlines()
|
).stdout.splitlines()
|
||||||
|
|
Loading…
Reference in New Issue