From be8133ee714cef5a73dcfdf020c8952478a86b44 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 31 Dec 2020 23:10:53 -0800 Subject: [PATCH] Don't try pulling admin image --- tools/ci-bootstrap.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-bootstrap.bash b/tools/ci-bootstrap.bash index 59b7729..44aeaed 100755 --- a/tools/ci-bootstrap.bash +++ b/tools/ci-bootstrap.bash @@ -11,4 +11,4 @@ set -euo pipefail : ${DOMAIN} : ${S3_BUCKET} -make pull image shell I=admin CMD="tools/ci-run.bash" +make image shell I=admin CMD="tools/ci-run.bash"