summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-22 20:31:19 -0400
committerBen Gamari <ben@smart-cactus.org>2019-03-22 20:38:08 -0400
commit1b26978a9e0d4c5e00877197c24ff06dd9bd02fb (patch)
treef30d395fe0cdb6c450cbe35d4626d2aa00b8291b
parent30f09be6f081e373277c35425fc0fca4d73fc699 (diff)
downloadhaskell-wip/cleanup-lint.tar.gz
-rw-r--r--.gitlab-ci.yml1
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"