[Git][ghc/ghc][wip/marge_bot_batch_merge_job] Remove the dependency on the ghc-linters stage
Marge Bot
gitlab at gitlab.haskell.org
Sun Oct 11 14:04:10 UTC 2020
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
f283f889 by Hécate at 2020-10-11T10:04:04-04:00
Remove the dependency on the ghc-linters stage
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -248,7 +248,7 @@ validate-x86_64-linux-deb9-unreg-hadrian:
hadrian-ghc-in-ghci:
stage: quick-build
- needs: [ghc-linters, lint-linters, lint-submods]
+ needs: [lint-linters, lint-submods]
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
before_script:
# workaround for docker permissions
@@ -282,7 +282,7 @@ hadrian-ghc-in-ghci:
.lint-params:
stage: lint
- needs: [ghc-linters, lint-submods]
+ needs: [lint-submods]
tags:
- lint
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f283f889f27a50c195feed0d62127d067ec1c8a8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f283f889f27a50c195feed0d62127d067ec1c8a8
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201011/bef87dde/attachment.html>
More information about the ghc-commits
mailing list