[GitHub] [geode] rhoughton-pivot commented on a change in pull request #5427: GEODE-8406: Enable early-return in CI scripts for CI-only changes

2020-08-05 Thread GitBox
rhoughton-pivot commented on a change in pull request #5427: URL: https://github.com/apache/geode/pull/5427#discussion_r466015382 ## File path: ci/scripts/delete_instance.sh ## @@ -29,6 +29,11 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli

[GitHub] [geode] rhoughton-pivot commented on a change in pull request #5427: GEODE-8406: Enable early-return in CI scripts for CI-only changes

2020-08-05 Thread GitBox
rhoughton-pivot commented on a change in pull request #5427: URL: https://github.com/apache/geode/pull/5427#discussion_r466013886 ## File path: ci/scripts/execute_tests.sh ## @@ -34,6 +34,11 @@ if [[ -z "${GRADLE_TASK}" ]]; then exit 1 fi +. ${SCRIPTDIR}/short_circuit_pr_