Skip to content

Commit

Permalink
update jenkins scripts from ert to libecl
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Jun 2, 2017
1 parent 770e083 commit f7c7bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

declare -a upstreams
upstreams=(opm-common
ert
libecl
opm-parser)

declare -A upstreamRev
upstreamRev[opm-common]=master
upstreamRev[ert]=master
upstreamRev[libecl]=master
upstreamRev[opm-parser]=master

if grep -q "opm-common=" <<< $ghprbCommentBody
Expand Down

0 comments on commit f7c7bf9

Please sign in to comment.