Clean prepare_env.sh
Change-Id: I0ffc37065e87f26b1f9510aad5122cddf534f8af
This commit is contained in:
parent
f0c9161580
commit
0b79082108
@ -32,7 +32,6 @@ echo "Using virtual environment at '$VIRTUAL_ENV'"
|
|||||||
|
|
||||||
if [[ "$(pip show fuelweb-test)" == "" ]]; then
|
if [[ "$(pip show fuelweb-test)" == "" ]]; then
|
||||||
# Install fuel-qa in the virtual environment
|
# Install fuel-qa in the virtual environment
|
||||||
FUELQA_GITREF=${FUELQA_GITREF:-stable/8.0}
|
|
||||||
echo "Checking out fuel-qa, reference: $FUELQA_GITREF"
|
echo "Checking out fuel-qa, reference: $FUELQA_GITREF"
|
||||||
FUELQA_DIR=$(mktemp -d)
|
FUELQA_DIR=$(mktemp -d)
|
||||||
git clone https://github.com/openstack/fuel-qa.git -- "$FUELQA_DIR"
|
git clone https://github.com/openstack/fuel-qa.git -- "$FUELQA_DIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user