Clone zuul from git.openstack.org for zuul-env

Break the dependency on openstack-repos as we are considering removing
this element for zuulv3.  Also, this is a requirement if for us maybe
building our project-config nodepool images in the gate.

Change-Id: I3bddca68385dc6c765fefb01e3042a48c4df5b3d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-01 17:56:19 -04:00
parent ff14b3244a
commit 28a084b3e4
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ set -eu
set -o pipefail
virtualenv /usr/zuul-env
/usr/zuul-env/bin/pip install /opt/git/openstack-infra/zuul
/usr/zuul-env/bin/pip install git+https://git.openstack.org/openstack-infra/zuul.git