[Git][ghc/ghc][wip/memory-barriers] Set depth

Matthew Pickering gitlab at gitlab.haskell.org
Fri Jun 7 14:44:53 UTC 2019



Matthew Pickering pushed to branch wip/memory-barriers at Glasgow Haskell Compiler / GHC


Commits:
467172e3 by Matthew Pickering at 2019-06-07T14:44:47Z
Set depth

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -52,9 +52,8 @@ ghc-linters:
   stage: lint
   image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
   script:
-    - git fetch --all
-    - 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
+    - git fetch "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL" $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME --depth=500
+    - git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME --depth=500
     - echo "Linting changes between $(git rev-parse FETCH_HEAD)..$CI_COMMIT_SHA"
     - git show FETCH_HEAD
     - git show $CI_COMMIT_SHA



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/467172e3951f65c312a8720f9b7bca164687229e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/467172e3951f65c312a8720f9b7bca164687229e
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/c9cc396a/attachment.html>


More information about the ghc-commits mailing list