[Git][ghc/ghc][wip/source-tarball] gitlab-ci: Fix CI image names

Ben Gamari gitlab at gitlab.haskell.org
Wed Apr 24 16:40:08 UTC 2019



Ben Gamari pushed to branch wip/source-tarball at Glasgow Haskell Compiler / GHC


Commits:
4795c4d9 by Ben Gamari at 2019-04-24T16:39:52Z
gitlab-ci: Fix CI image names

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -173,7 +173,7 @@ validate-x86_64-linux-deb8-hadrian:
 hadrian-ghc-in-ghci:
   <<: *only-default
   stage: build
-  image: ghcci/x86_64-linux-deb8:0.1
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
   before_script:
     # workaround for docker permissions
     - sudo chown ghc:ghc -R .
@@ -711,7 +711,7 @@ doc-tarball:
   stage: packaging
   tags:
     - x86_64-linux
-  image: ghcci/x86_64-linux-deb9:0.2
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
   dependencies:
     - validate-x86_64-linux-deb9
     - validate-x86_64-windows
@@ -746,7 +746,7 @@ source-tarball:
   stage: packaging
   tags:
     - x86_64-linux
-  image: ghcci/x86_64-linux-deb9:0.2
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
   dependencies: []
   only:
     - tags
@@ -776,7 +776,7 @@ source-tarball:
 .hackage:
   <<: *only-default
   stage: hackage
-  image: ghcci/x86_64-linux-deb9:0.2
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
   tags:
     - x86_64-linux
   dependencies: []
@@ -805,7 +805,7 @@ pages:
   stage: deploy
   dependencies:
     - doc-tarball
-  image: ghcci/x86_64-linux-deb9:0.2
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
   # Due to Windows allow_failure
   allow_failure: true
   tags:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/4795c4d964ffde0e4bc2de3956a79f1980285454

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/4795c4d964ffde0e4bc2de3956a79f1980285454
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190424/978d6310/attachment-0001.html>


More information about the ghc-commits mailing list