mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:46:24 -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
|
||||
fi
|
||||
|
||||
for upstream in $upstreams
|
||||
for upstream in ${upstreams[*]}
|
||||
do
|
||||
if grep -q "$upstream=" <<< $ghprbCommentBody
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user