update jenkins build scripts

update build order, opm-output moved in the dependency tree
This commit is contained in:
Arne Morten Kvarving 2016-06-10 13:29:21 +02:00
parent dd5d9b34a2
commit 07ef957352
2 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ source `dirname $0`/build-opm-simulators.sh
declare -a upstreams
upstreams=(opm-parser
opm-output
opm-material
opm-core
opm-grid
opm-output)
opm-grid)
declare -A upstreamRev
upstreamRev[opm-parser]=master

View File

@ -4,10 +4,10 @@ source `dirname $0`/build-opm-simulators.sh
declare -a upstreams
upstreams=(opm-parser
opm-output
opm-material
opm-core
opm-grid
opm-output)
opm-grid)
declare -A upstreamRev
upstreamRev[opm-parser]=master