Fetch all branches
This commit is contained in:
parent
3b3e1f5247
commit
e5411277fd
|
@ -96,7 +96,7 @@ jobs:
|
|||
- name: Check submodule
|
||||
run: |
|
||||
cd packages/pro
|
||||
git fetch --unshallow
|
||||
git fetch --all
|
||||
echo $(git log -n 1 --pretty=format:%H)
|
||||
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