Add more dev info
This commit is contained in:
parent
90506265ab
commit
96a2c52054
|
@ -100,6 +100,7 @@ jobs:
|
||||||
git fetch
|
git fetch
|
||||||
if ! git merge-base --is-ancestor $(git log -n 1 --pretty=format:%H) origin/develop; then
|
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 "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
|
exit 1
|
||||||
else
|
else
|
||||||
echo "All good, the submodule had been merged!"
|
echo "All good, the submodule had been merged!"
|
||||||
|
|
Loading…
Reference in New Issue