[commit: ghc] wip/revert-atomic-writes: gitlab-ci: Give deb9-unreg job a distinct cache key (1bceb64)

git at git.haskell.org git at git.haskell.org
Sun Mar 3 19:55:49 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/revert-atomic-writes
Link       : http://ghc.haskell.org/trac/ghc/changeset/1bceb6431736a53d4746f570ba3631905f6c9c29/ghc

>---------------------------------------------------------------

commit 1bceb6431736a53d4746f570ba3631905f6c9c29
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 21 10:51:19 2019 -0500

    gitlab-ci: Give deb9-unreg job a distinct cache key


>---------------------------------------------------------------

1bceb6431736a53d4746f570ba3631905f6c9c29
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c762c88..7c78411 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)



More information about the ghc-commits mailing list