diff --git a/dev-tools/ci b/dev-tools/ci index 16c2fffd4fb..7021fa29fdb 100755 --- a/dev-tools/ci +++ b/dev-tools/ci @@ -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"