From f7f584fc49c07d50b459f840664dd86664fbfbab Mon Sep 17 00:00:00 2001 From: Imbris Date: Sun, 11 Apr 2021 19:16:00 +0000 Subject: [PATCH] Update the ci cache image with image from https://gitlab.com/veloren/veloren-docker-ci/-/merge_requests/38 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e11b7a615..9d7195ed2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: GIT_CLEAN_FLAGS: -f default: - image: registry.gitlab.com/veloren/veloren-docker-ci:latest + image: registry.gitlab.com/veloren/veloren-docker-ci/cache:e134e812 # https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-pending-pipelines interruptible: true # Retry automatically incase the runner times out or there's a runner failure