summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-21 10:51:19 -0500
committerBen Gamari <ben@smart-cactus.org>2019-03-01 17:07:28 -0500
commit1bceb6431736a53d4746f570ba3631905f6c9c29 (patch)
tree825139d77ce254f0b85910a53235830764632a7e
parentaeefc90cf7fb42183aebe23ccc9d06863f5a9fcf (diff)
downloadhaskell-1bceb6431736a53d4746f570ba3631905f6c9c29.tar.gz
gitlab-ci: Give deb9-unreg job a distinct cache key
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c762c88058..7c7841137e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -351,7 +351,7 @@ validate-x86_64-linux-deb9-unreg:
TEST_ENV: "x86_64-linux-deb9-unreg"
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
cache:
- key: linux-x86_64-deb9
+ key: linux-x86_64-deb9-unreg
############################################################
# Validation via Pipelines (Windows)