Merge "Clean prepare_env.sh"

This commit is contained in:
Jenkins 2016-05-30 06:34:36 +00:00 committed by Gerrit Code Review
commit ca9247e091

View File

@ -32,7 +32,6 @@ echo "Using virtual environment at '$VIRTUAL_ENV'"
if [[ "$(pip show fuelweb-test)" == "" ]]; then
# Install fuel-qa in the virtual environment
FUELQA_GITREF=${FUELQA_GITREF:-stable/8.0}
echo "Checking out fuel-qa, reference: $FUELQA_GITREF"
FUELQA_DIR=$(mktemp -d)
git clone https://github.com/openstack/fuel-qa.git -- "$FUELQA_DIR"