Merge pull request #1044 from akva2/fix_jenkins_again
fixed: broken array loop in jenkins script
This commit is contained in:
commit
7ddf390bf8
@ -26,7 +26,7 @@ then
|
||||
OPM_COMMON_REVISION=pull/`echo $ghprbCommentBody | sed -r 's/.*opm-common=([0-9]+).*/\1/g'`/merge
|
||||
fi
|
||||
|
||||
for upstream in $upstreams
|
||||
for upstream in ${upstreams[*]}
|
||||
do
|
||||
if grep -q "$upstream=" <<< $ghprbCommentBody
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user