Ensure solum code is checked out
The solum devstack job has to install the devstack support for solum out of the solum tree before running devstack. This job assumed the solum tree would be at the location where devstack puts it, but at this point, devstack has not run yet. Adding stackforge/solum to PROJECTS will get the devstack-gate script to check it out before running this hook. Change-Id: Ia682041e31f5e6783260d855c462df376a6d447c
This commit is contained in:
parent
0310ab439a
commit
534d20287a
@ -14,6 +14,7 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=solum
|
||||
export PROJECTS="stackforge/solum"
|
||||
|
||||
function pre_test_hook {
|
||||
# Install solum devstack integration
|
||||
|
Loading…
Reference in New Issue
Block a user