Skip to content

Commit

Permalink
fixed: over-zealous cut'n'paste
Browse files Browse the repository at this point in the history
jenkins has already configured this git
  • Loading branch information
akva2 committed Apr 4, 2016
1 parent ee3e662 commit 58a7843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jenkins/build-opm-parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function build_opm_parser {
popd

# Build opm-parser
git checkout $OPM_PARSER_REVISION
pushd .
mkdir serial/build-opm-parser
cd serial/build-opm-parser
Expand Down
1 change: 0 additions & 1 deletion jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source `dirname $0`/build-opm-parser.sh

ERT_REVISION=master
OPM_COMMON_REVISION=master
OPM_PARSER_REVISION=master

build_opm_parser
test $? -eq 0 || exit 1
Expand Down

0 comments on commit 58a7843

Please sign in to comment.