SQL: Re-add removed CI script behavior

When I dropped the CI script changes for SQL I forgot to restore the old
behavior. This fixes that.

Original commit: elastic/x-pack-elasticsearch@0e18b41464
This commit is contained in:
Nik Everett 2018-02-07 15:03:42 -05:00
parent 8c9f7886fe
commit f15189c9e5
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
echo " -> using CI branch $BRANCH from elastic repo"
}
pick_clone_target
DEPTH=1
if [ -n "$BUILD_METADATA" ]; then
IFS=';' read -ra metadata <<< "$BUILD_METADATA"