Fix devstack repo path in bashate job
bashate and devstack live in openstack-dev, not openstack. Change-Id: I32258f8c4430003beab28e47776299c11afb5f7b
This commit is contained in:
parent
bd26b5ee45
commit
81d10e8530
@ -15,11 +15,11 @@
|
||||
|
||||
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
||||
git://git.openstack.org \
|
||||
openstack/bashate \
|
||||
openstack/devstack
|
||||
openstack-dev/bashate \
|
||||
openstack-dev/devstack
|
||||
|
||||
cd openstack/devstack
|
||||
BASHATE_INSTALL_PATH=$WORKSPACE/openstack/bashate tox -e bashate
|
||||
cd openstack-dev/devstack
|
||||
BASHATE_INSTALL_PATH=$WORKSPACE/openstack-dev/bashate tox -e bashate
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
Loading…
Reference in New Issue
Block a user