Skip to content

Commit

Permalink
Use libecl in jenkins build.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed May 7, 2017
1 parent d225d2b commit a3b1ca3
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,11 +2,11 @@

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

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

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

0 comments on commit a3b1ca3

Please sign in to comment.