Merge "Make the variable of ZUUL_URL configurable."
This commit is contained in:
commit
84868637de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user