Add more dev info

This commit is contained in:
adrinr 2023-04-18 12:18:39 +01:00
parent 90506265ab
commit 96a2c52054
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ jobs:
git fetch
if ! git merge-base --is-ancestor $(git log -n 1 --pretty=format:%H) origin/develop; then
echo "Current commit has not been merged to develop"
echo "Refer to the pro repo to merge your changes: https://github.com/Budibase/budibase-pro/blob/develop/docs/getting_started.md"
exit 1
else
echo "All good, the submodule had been merged!"