diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-07-09 13:32:13 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-07-09 13:32:13 +0200 |
commit | d92dc1056d97d4418ecabe412d1651ef3e8ac2c3 (patch) | |
tree | a9a74b1d18e96636449a05a76902dae53a261cf0 | |
parent | de151994d105698a80da2b48bc9f007ee6965163 (diff) |
gitlab-ci: Disable old Cabal versions
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d90b849..2271370 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,10 +44,10 @@ job-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.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 @@ -59,7 +59,7 @@ job-ghc7.6.3-cabal-install1.18.1.0: stage: build <<: *common_script -job-ghc7.6.3-cabal-install1.16.1.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.16.1.0 - stage: build - <<: *common_script +# job-ghc7.6.3-cabal-install1.16.1.0: +# image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.16.1.0 +# stage: build +# <<: *common_script |