diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 21:17:40 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 21:17:40 +0200 |
commit | 32688e9ec77c175d2b8ce506b1675472f06d0e36 (patch) | |
tree | 39b7fc30e9dff082d91854a5df338310e5e382d5 | |
parent | 4ecf06cbe37540a17049089072c12950a18cc6ef (diff) |
gitlab-ci: Update source images
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4858db..63d0259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,28 +39,18 @@ job-ghc8.0.2-cabal-install1.24.0.2: stage: build <<: *common_script -job-ghc8.0.1-cabal-install1.24.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.1-cabal-install1.24.0.0 - stage: build - <<: *common_script - -job-ghc7.10.3-cabal-install1.22.8.0: +job-ghc7.10.3-cabal-install1.22.9.0: image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install1.22.8.0 stage: build <<: *common_script -# job-ghc7.10.3-cabal-install1.22.5.0: -# image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install1.22.5.0 -# stage: build -# <<: *common_script - -job-ghc7.8.4-cabal-install1.18.1.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.1.0 +job-ghc7.8.4-cabal-install1.18.2.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.2.0 stage: build <<: *common_script -job-ghc7.6.3-cabal-install1.18.1.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.1.0 +job-ghc7.6.3-cabal-install1.18.2.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.2.0 stage: build <<: *common_script |