aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-25 14:18:22 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-25 14:19:47 +0200
commitefaccdd3a5d79db55836c8102b96aa93d5481717 (patch)
treec01af00f5df4e1fd5054fb2e8c825bd2cda58dd1 /.gitlab-ci.yml
parent2e9e036cb54b580e886dd11917df71961735adfa (diff)
ci: Remove images with ancient cabal-install versions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ba52c7..72cbb48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,13 +20,3 @@ job-ghc7.8.4-cabal-install1.24.0.2:
image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.24.0.2
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-
-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
- script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-
-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
- script: "$CI_PROJECT_DIR/scripts/ci/build.sh" \ No newline at end of file