Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
checkout libecl version in separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInFez authored and sondreso committed Oct 20, 2020
1 parent 619a443 commit 1cdb191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testjenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ clone_repos () {
source ./.libecl_version

echo "Cloning into $LIBECL_ROOT"
git clone -b $LIBECL_VERSION https://github.com/equinor/libecl $LIBECL_ROOT
git clone https://github.com/equinor/libecl $LIBECL_ROOT
pushd $LIBECL_ROOT
git checkout $LIBECL_VERSION
popd
}

create_virtualenv () {
Expand Down

0 comments on commit 1cdb191

Please sign in to comment.