Pull latest ubuntu:rolling in CI

This commit is contained in:
Radon Rosborough 2020-08-22 12:03:11 -06:00
parent a8dc9c04d0
commit df9fb8b86a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import sys
import tempfile
import time
subprocess.run(["docker", "pull", "ubuntu:rolling"], check=True)
subprocess.run(["docker", "system", "prune", "-f"], check=True)
subprocess.run(["make", "image-prod"], check=True)
existing_containers = subprocess.run(