fixed: broken array loop in jenkins script

python, bash, c++, fortran. sometimes you get lost in the syntax jungle.
This commit is contained in:
Arne Morten Kvarving 2016-06-20 14:44:37 +02:00
parent d9c33cbcb6
commit 08e8297b47

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