From df9fb8b86a9ea9bf57e19d092d776e4ce7409297 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 22 Aug 2020 12:03:11 -0600 Subject: [PATCH] Pull latest ubuntu:rolling in CI --- scripts/deploy-phase2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy-phase2.py b/scripts/deploy-phase2.py index c3ffcb2..8489fbb 100755 --- a/scripts/deploy-phase2.py +++ b/scripts/deploy-phase2.py @@ -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(