summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-02-03 10:46:36 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-02-06 22:39:40 +0000
commitc9b26a341bc09a2e9fa93200b762755b0edaa9dc (patch)
tree1655cca5832f1c66198ad11e99bf1b7ccced2c67
parent37d435d263832ffb2808dad0ccd50110c9f0c430 (diff)
downloadhaskell-c9b26a341bc09a2e9fa93200b762755b0edaa9dc.tar.gz
Remove linter dependency on lint-submods
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7776a1427b..6ad237d243 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -404,7 +404,7 @@ hadrian-ghc-in-ghci:
############################################################
.lint-params:
- needs: [lint-submods]
+ needs: []
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
extends: .lint
before_script: