Change integration test to use git.o.o
Instead of cloning from gerrit.openstack.org clone from our git farm, git.openstack.org Change-Id: I08453c5c628a5fb4fdbf58a6e75a08231f594f4f
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Note: you can clone from a local file with REPO_ROOT=file:////~/path/to/repo
|
||||
set -x
|
||||
set -e
|
||||
REPO_ROOT=${REPO_ROOT:-https://review.openstack.org/p}
|
||||
REPO_ROOT=${REPO_ROOT:-git://git.openstack.org}
|
||||
if [[ -z "$2" ]]; then
|
||||
org=openstack
|
||||
project=nova
|
||||
|
||||
Reference in New Issue
Block a user