[Git][ghc/ghc][wip/memory-barriers] Add linting trace
Matthew Pickering
gitlab at gitlab.haskell.org
Fri Jun 7 14:12:46 UTC 2019
Matthew Pickering pushed to branch wip/memory-barriers at Glasgow Haskell Compiler / GHC
Commits:
395a62b9 by Matthew Pickering at 2019-06-07T14:12:29Z
Add linting trace
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -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"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/395a62b930e7027068a976e627aa5019e2964646
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/395a62b930e7027068a976e627aa5019e2964646
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/20190607/577ebc04/attachment.html>
More information about the ghc-commits
mailing list