Log branches
This commit is contained in:
parent
e5411277fd
commit
38a7c96d77
|
@ -96,7 +96,9 @@ jobs:
|
||||||
- name: Check submodule
|
- name: Check submodule
|
||||||
run: |
|
run: |
|
||||||
cd packages/pro
|
cd packages/pro
|
||||||
|
echo $(git branch -r)
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
echo $(git branch -r)
|
||||||
echo $(git log -n 1 --pretty=format:%H)
|
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
|
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"
|
echo "Current commit has not been merged to develop"
|
||||||
|
|
Loading…
Reference in New Issue