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 a2388bc910)
This commit is contained in:
Sergey Kulanov 2016-04-14 12:13:08 +03:00 committed by Georgy Kibardin
parent fb71c9d8e7
commit 438bce600f
1 changed files with 1 additions and 1 deletions

View File

@ -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