More logs

This commit is contained in:
adrinr 2023-04-17 21:00:16 +01:00
parent 5215f4d400
commit edce4fc4ed
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ jobs:
cd packages/pro
git fetch
echo $(git log -n 1 --pretty=format:%H)
echo $(git branch --contains $(git log -n 1 --pretty=format:%H))
if ! git branch --contains $(git log -n 1 --pretty=format:%H) | grep -q chore/pro_as_submodule"; then
echo "Current commit is not part of main branch"
exit 1