Merge branch 'master' into increase_test_vm_size

increase_test_vm_size
SaitTalhaNisanci 2020-09-22 10:39:37 +03:00 committed by GitHub
commit 050ef726c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -55,8 +55,11 @@ git checkout "enterprise/enterprise-master"
if git merge --no-commit "origin/$PR_BRANCH"; then
echo "INFO: community PR branch could be merged into enterprise-master"
# check that we can compile after the merge
check_compile
exit 0
if check_compile; then
exit 0
fi
echo "WARN: Failed to compile after community PR branch was merged into enterprise"
fi
# undo partial merge