Skip to content
Snippets Groups Projects

linters: Checkout a specific git commit

Merged Ben Gamari requested to merge lint into master
+ 3
2
@@ -21,10 +21,11 @@ RUN echo "ghc ALL = NOPASSWD : ALL" > /etc/sudoers.d/ghc
USER ghc
WORKDIR /home/ghc/
# Build Linting tools
RUN cabal update
RUN git clone https://gitlab.haskell.org/ghc/git-haskell-org-hooks
RUN git clone https://gitlab.haskell.org/ghc/git-haskell-org-hooks && \
git -C git-haskell-org-hooks checkout 0df6168bdc1c52f9ebfd98a7b424e716f131330d
WORKDIR /home/ghc/git-haskell-org-hooks
RUN cabal install
Loading