diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-21 10:51:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-03-01 17:07:28 -0500 |
commit | 1bceb6431736a53d4746f570ba3631905f6c9c29 (patch) | |
tree | 825139d77ce254f0b85910a53235830764632a7e /.gitlab-ci.yml | |
parent | aeefc90cf7fb42183aebe23ccc9d06863f5a9fcf (diff) | |
download | haskell-1bceb6431736a53d4746f570ba3631905f6c9c29.tar.gz |
gitlab-ci: Give deb9-unreg job a distinct cache key
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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) |