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:
parent
8c9f7886fe
commit
f15189c9e5
|
@ -125,6 +125,8 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
|
||||||
echo " -> using CI branch $BRANCH from elastic repo"
|
echo " -> using CI branch $BRANCH from elastic repo"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pick_clone_target
|
||||||
|
|
||||||
DEPTH=1
|
DEPTH=1
|
||||||
if [ -n "$BUILD_METADATA" ]; then
|
if [ -n "$BUILD_METADATA" ]; then
|
||||||
IFS=';' read -ra metadata <<< "$BUILD_METADATA"
|
IFS=';' read -ra metadata <<< "$BUILD_METADATA"
|
||||||
|
|
Loading…
Reference in New Issue