mirror of https://github.com/citusdata/citus.git
Merge branch 'master' into increase_test_vm_size
commit
050ef726c1
|
@ -55,10 +55,13 @@ git checkout "enterprise/enterprise-master"
|
||||||
if git merge --no-commit "origin/$PR_BRANCH"; then
|
if git merge --no-commit "origin/$PR_BRANCH"; then
|
||||||
echo "INFO: community PR branch could be merged into enterprise-master"
|
echo "INFO: community PR branch could be merged into enterprise-master"
|
||||||
# check that we can compile after the merge
|
# check that we can compile after the merge
|
||||||
check_compile
|
if check_compile; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "WARN: Failed to compile after community PR branch was merged into enterprise"
|
||||||
|
fi
|
||||||
|
|
||||||
# undo partial merge
|
# undo partial merge
|
||||||
git merge --abort
|
git merge --abort
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue