Fetch depth
This commit is contained in:
parent
2e1231b6e7
commit
eb2d3c8c29
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: |
|
||||
cd packages/pro
|
||||
echo $(git ls-remote --heads)
|
||||
git fetch origin
|
||||
git fetch --depth=10000
|
||||
echo $(git branch -r)
|
||||
if ! git merge-base --is-ancestor $(git log -n 1 --pretty=format:%H) origin/chore/pro_as_submodule; then
|
||||
echo "Current commit has not been merged to develop"
|
||||
|
|
Loading…
Reference in New Issue