Revert "build es 6.7 from source until snapshots are available"

This reverts commit a6327d64fb.
This commit is contained in:
spalger 2019-04-01 08:49:09 -07:00
parent 1687f1f576
commit 054e626bee

View file

@ -88,7 +88,7 @@ function checkout_sibling {
}
checkout_sibling "elasticsearch" "${PARENT_DIR}/elasticsearch" "USE_EXISTING_ES"
export TEST_ES_FROM=source
export TEST_ES_FROM=${TEST_ES_FROM:-snapshot}
# Set the JAVA_HOME based on the Java property file in the ES repo
# This assumes the naming convention used on CI (ex: ~/.java/java10)