1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

Merge pull request #14487 from Budibase/fix/pro-submodule-issue-2

Pro submodule check issue
This commit is contained in:
Michael Drury 2024-08-30 17:19:51 +01:00 committed by GitHub
commit ab0d658930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -240,7 +240,7 @@ jobs:
any_commit=$(git log --no-merges $base_commit_excluding_merges...$pro_commit)
if [ -n "$any_commit" ]; then
if [ -n "$any_commit" ] && [ "$base_commit" != "$pro_commit" ]; then
echo $any_commit
echo "An error occurred: <error_message>"