adjust jenkins script

remove opm-material from upstreams
This commit is contained in:
Arne Morten Kvarving 2022-12-01 12:57:56 +01:00
parent 3ef4ab8978
commit 79bfb17bc8

View File

@ -2,12 +2,10 @@
declare -a upstreams
upstreams=(opm-common
opm-material
opm-grid)
declare -A upstreamRev
upstreamRev[opm-common]=master
upstreamRev[opm-material]=master
upstreamRev[opm-grid]=master
if grep -q "opm-common=" <<< $ghprbCommentBody