Merge branch 'imbris/update-cache-image' into 'master'

Update the ci cache image

See merge request veloren/veloren!2106
This commit is contained in:
Marcel 2021-04-12 15:35:06 +00:00
commit 9289feee23

View File

@ -14,7 +14,7 @@ variables:
GIT_CLEAN_FLAGS: -f GIT_CLEAN_FLAGS: -f
default: 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 # https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-pending-pipelines
interruptible: true interruptible: true
# Retry automatically incase the runner times out or there's a runner failure # Retry automatically incase the runner times out or there's a runner failure