diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-22 20:31:19 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-03-22 20:38:08 -0400 |
commit | 1b26978a9e0d4c5e00877197c24ff06dd9bd02fb (patch) | |
tree | f30d395fe0cdb6c450cbe35d4626d2aa00b8291b | |
parent | 30f09be6f081e373277c35425fc0fca4d73fc699 (diff) | |
download | haskell-wip/cleanup-lint.tar.gz |
testwip/cleanup-lint
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a480ae6a6..6aec8037cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ ghc-linters: image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV" script: - git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_SHA + - env - "echo Target branch SHA: $CI_MERGE_REQUEST_TARGET_BRANCH_SHA" - base="$(git merge-base $CI_MERGE_REQUEST_TARGET_BRANCH_SHA $CI_COMMIT_SHA)" - "echo Merge base: $base" |