[Git][ghc/ghc][wip/memory-barriers] dbg
Matthew Pickering
gitlab at gitlab.haskell.org
Fri Jun 7 14:39:22 UTC 2019
Matthew Pickering pushed to branch wip/memory-barriers at Glasgow Haskell Compiler / GHC
Commits:
8885e978 by Matthew Pickering at 2019-06-07T14:39:13Z
dbg
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -57,6 +57,8 @@ ghc-linters:
- git fetch "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL" $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
- git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- echo "Linting changes between $(git rev-parse FETCH_HEAD)..$CI_COMMIT_SHA"
+ - git merge-base FETCH_HEAD $CI_COMMIT_SHA || echo "Failed to find base"
+ - echo "Finding base"
- base="$(git merge-base FETCH_HEAD $CI_COMMIT_SHA)"
- "echo Merge base $base"
# - validate-commit-msg .git $(git rev-list $base..$CI_COMMIT_SHA)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8885e9780fae1f5bd9bf7696e8afe667fa2cbbf8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8885e9780fae1f5bd9bf7696e8afe667fa2cbbf8
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/279bd019/attachment-0001.html>
More information about the ghc-commits
mailing list