This commit is contained in:
adrinr 2023-04-18 11:18:06 +01:00
parent 00698d48d6
commit 2fa60ccf54
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ jobs:
run: |
cd packages/pro
git fetch
echo $GITHUB_SHA
if ! git merge-base --is-ancestor $GITHUB_SHA origin/chore/pro_as_submodule; then
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"
exit 1
else