1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
This commit is contained in:
adrinr 2023-04-17 20:20:31 +01:00
parent 4d3a93b1de
commit 9c28413274

View file

@ -113,9 +113,7 @@ jobs:
- name: Check submodule
run: |
cd packages/pro
git fetch
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
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
else