Merge "Make the variable of ZUUL_URL configurable."

This commit is contained in:
Jenkins 2016-11-09 05:30:44 +00:00 committed by Gerrit Code Review
commit 84868637de

View File

@ -152,7 +152,8 @@ sudo pip install pyyaml
LOCATION_OF_LOCAL_GIT_REPOSITORIES=/opt/git
# These came from the Readme
export ZUUL_URL=https://review.openstack.org/p
# use the ZUUL_URL passed from Jenkins
export ZUUL_URL=${ZUUL_URL:-https://review.openstack.org/p}
export REPO_URL=$LOCATION_OF_LOCAL_GIT_REPOSITORIES
# Check out a custom branch