From 0f079690ed14c9308dce76fca33e198fa7036159 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 16 Oct 2019 11:28:40 +0800 Subject: [PATCH] ceph-pr-submodules: do not use shallow-clone we use ``` git diff --submodule=log origin/$ghprbTargetBranch...$ghprbActualCommit ``` for checking the differences between the delta since their common ancestor, so we have to do a non-shallow clone for accessing the common ancestor. Signed-off-by: Kefu Chai --- ceph-pr-submodules/config/definitions/ceph-pr-commits.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph-pr-submodules/config/definitions/ceph-pr-commits.yml b/ceph-pr-submodules/config/definitions/ceph-pr-commits.yml index 78f2c30c6..7769ad74a 100644 --- a/ceph-pr-submodules/config/definitions/ceph-pr-commits.yml +++ b/ceph-pr-submodules/config/definitions/ceph-pr-commits.yml @@ -46,7 +46,6 @@ browser: auto timeout: 20 skip-tag: true - shallow-clone: true wipe-workspace: true builders: -- 2.47.3