Fix wrong zuul_project name in mistral gate script
$ZUUL_PROJECT should be openstack/mistral Change-Id: Ice2440ee4cacfa09d662403a20944ac4d0df9e0e Closes-Bug: #1468572
This commit is contained in:
parent
12cc698988
commit
d0521883ff
@ -22,7 +22,7 @@ cd /opt/stack/new/
|
||||
echo "Repository: $ZUUL_PROJECT"
|
||||
|
||||
#Run API tests only for mistral repository
|
||||
if [[ "$ZUUL_PROJECT" == "stackforge/mistral" ]]; then
|
||||
if [[ "$ZUUL_PROJECT" == "openstack/mistral" ]]; then
|
||||
cd mistral/
|
||||
echo "Run mistral API tests"
|
||||
sudo bash ./functionaltests/run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user