Merge "Promotion: fix promotion check"

This commit is contained in:
Jenkins 2017-01-18 21:40:57 +00:00 committed by Gerrit Code Review
commit 8025788c59
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ CHANGES=( ${ZUUL_CHANGES//^/ } )
NUM_CHANGES=${#CHANGES[@]}
OTHER_PROJECTS="no"
for change in ${CHANGES[@]}; do
for change in ${CHANGES[@]-}; do
if [[ ! "$change" =~ 'openstack-infra/tripleo-ci' ]]; then
OTHER_PROJECTS="yes"
fi