From 438bce600f0e6e4903a2abc3aabd6a87b6a29c02 Mon Sep 17 00:00:00 2001 From: Sergey Kulanov Date: Thu, 14 Apr 2016 12:13:08 +0300 Subject: [PATCH] Align git branches for tests We need to use stable/mitaka branch both in python-fuelclient and fuel-web Switching to full repo cloning since for now we need checkout to other branches Change-Id: Ib3018bcda4e9e89a1ca9f80447883896f4db3b8c Related-bug: #1558589 (cherry picked from commit a2388bc910b72a18c8389b5879d3f95a8876ff50) --- tools/env_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/env_functions.sh b/tools/env_functions.sh index 36857c9f..466ee5f7 100644 --- a/tools/env_functions.sh +++ b/tools/env_functions.sh @@ -51,7 +51,7 @@ function prepare_fuel_web_repo { echo "Cloning $FUEL_WEB_REPO repo." if [[ "$FUEL_WEB_CLONE" == "yes" ]]; then - git clone --depth 1 $FUEL_WEB_REPO $FUEL_WEB_ROOT || \ + git clone ${FUEL_WEB_REPO} ${FUEL_WEB_ROOT} || \ { echo "Failed to clone $FUEL_WEB_REPO repo"; exit 1; } fi