Revert "[CI] Build from source until 7.0.1 snapshot is available"

This reverts commit 36db331374.
This commit is contained in:
Tyler Smalley 2019-04-12 13:44:42 -07:00
parent efe928c74f
commit e83895b920

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)