From f15189c9e53bd580ed3ee0e60e79bb227ebf7416 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 7 Feb 2018 15:03:42 -0500 Subject: [PATCH] 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@0e18b4146407f5f36a50b1ca67bddd416111ad95 --- dev-tools/ci | 2 ++ 1 file changed, 2 insertions(+) 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"