diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-03 10:46:36 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-08 05:28:42 -0500 |
commit | a893d2f383212271644401c7088cf937eb453fa3 (patch) | |
tree | 5ebb083815b1fc439280f0399ea988a2e228f5d1 /.gitlab-ci.yml | |
parent | 6d77d3d8d6cedb840e1a86a3b23d6e6c1409ccbd (diff) | |
download | haskell-a893d2f383212271644401c7088cf937eb453fa3.tar.gz |
Remove linter dependency on lint-submods
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |