summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-02-03 10:46:36 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-08 05:28:42 -0500
commita893d2f383212271644401c7088cf937eb453fa3 (patch)
tree5ebb083815b1fc439280f0399ea988a2e228f5d1
parent6d77d3d8d6cedb840e1a86a3b23d6e6c1409ccbd (diff)
downloadhaskell-a893d2f383212271644401c7088cf937eb453fa3.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: