1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00
This commit is contained in:
adrinr 2023-04-18 11:24:14 +01:00
parent 2916fbe5e4
commit 3b3e1f5247

View file

@ -96,7 +96,7 @@ jobs:
- name: Check submodule
run: |
cd packages/pro
git fetch
git fetch --unshallow
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"