mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
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"
|
||||
}
|
||||
|
||||
pick_clone_target
|
||||
|
||||
DEPTH=1
|
||||
if [ -n "$BUILD_METADATA" ]; then
|
||||
IFS=';' read -ra metadata <<< "$BUILD_METADATA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user