1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Logging log

This commit is contained in:
adrinr 2023-04-18 10:09:11 +01:00
parent 187c64d351
commit fc5a5f92fa

View file

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