mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
add ewoms to the list upstream modules for jenkins
thanks goes to [at]akva2 for pointing this out...
This commit is contained in:
parent
54bb57cce0
commit
7f7fe7daf7
@ -7,7 +7,8 @@ upstreams=(opm-common
|
|||||||
opm-output
|
opm-output
|
||||||
opm-material
|
opm-material
|
||||||
opm-core
|
opm-core
|
||||||
opm-grid)
|
opm-grid
|
||||||
|
ewoms)
|
||||||
|
|
||||||
declare -A upstreamRev
|
declare -A upstreamRev
|
||||||
upstreamRev[opm-common]=master
|
upstreamRev[opm-common]=master
|
||||||
@ -17,6 +18,7 @@ upstreamRev[opm-material]=master
|
|||||||
upstreamRev[opm-core]=master
|
upstreamRev[opm-core]=master
|
||||||
upstreamRev[opm-grid]=master
|
upstreamRev[opm-grid]=master
|
||||||
upstreamRev[opm-output]=master
|
upstreamRev[opm-output]=master
|
||||||
|
upstreamRev[ewoms]=master
|
||||||
|
|
||||||
if grep -q "opm-common=" <<< $ghprbCommentBody
|
if grep -q "opm-common=" <<< $ghprbCommentBody
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user