Skip to content
Snippets Groups Projects
Commit 395a62b9 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Add linting trace

parent 5cac1ac4
No related branches found
No related tags found
No related merge requests found
Pipeline #6549 canceled
......@@ -53,6 +53,7 @@ ghc-linters:
stage: lint
image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
script:
- echo "Linting changes between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME..$CI_COMMIT_SHA"
- git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- base="$(git merge-base FETCH_HEAD $CI_COMMIT_SHA)"
- "echo Merge base $base"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment