From 51b3ffd33a04ab6239f777d342870996d4259a29 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 1 Jun 2021 21:51:18 +0100 Subject: [PATCH] Allow containers to be cached on CI There's an existing task to clean them up, and being out of date by a week isn't the end of the world --- ansible/roles/gitlab_runner/files/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/gitlab_runner/files/config.toml b/ansible/roles/gitlab_runner/files/config.toml index 4439488..9506376 100644 --- a/ansible/roles/gitlab_runner/files/config.toml +++ b/ansible/roles/gitlab_runner/files/config.toml @@ -17,3 +17,4 @@ check_interval = 10 privileged = false disable_cache = false volumes = ["/cache"] + pull_policy = "if-not-present"