Merge pull request #1044 from akva2/fix_jenkins_again

fixed: broken array loop in jenkins script
This commit is contained in:
Atgeirr Flø Rasmussen 2016-06-20 15:00:25 +02:00 committed by GitHub
commit 7ddf390bf8

View File

@ -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