mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: specifying pr's in jenkins trigger was broken
invalid loop over array.
This commit is contained in:
parent
ca40a31e7b
commit
fbb573947b
@ -29,7 +29,7 @@ then
|
|||||||
OPM_COMMON_REVISION=pull/`echo $ghprbCommentBody | sed -r 's/.*opm-common=([0-9]+).*/\1/g'`/merge
|
OPM_COMMON_REVISION=pull/`echo $ghprbCommentBody | sed -r 's/.*opm-common=([0-9]+).*/\1/g'`/merge
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for upstream in $upstreams
|
for upstream in ${upstreams[*]}
|
||||||
do
|
do
|
||||||
if grep -q "$upstream=" <<< $ghprbCommentBody
|
if grep -q "$upstream=" <<< $ghprbCommentBody
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user