Skip to content
Snippets Groups Projects
Commit 4db9a880 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[bin] clone OPM release branches

parent fb060f27
No related branches found
No related tags found
1 merge request!2050[bin] clone OPM release branches
...@@ -285,16 +285,12 @@ installOPM() ...@@ -285,16 +285,12 @@ installOPM()
fi fi
if [ ! -e opm-common ]; then if [ ! -e opm-common ]; then
git clone https://github.com/OPM/opm-common git clone -b release/2020.04 https://github.com/OPM/opm-common
cd opm-common
git reset --hard d3817e2fc2f79014d3cb0c01325a6e8a5dcc0cf3
cd $TOPDIR cd $TOPDIR
fi fi
if [ ! -e opm-grid ]; then if [ ! -e opm-grid ]; then
git clone https://github.com/OPM/opm-grid git clone -b release/2020.04 https://github.com/OPM/opm-grid
cd opm-grid
git reset --hard f3421419412dc326b2ffe566b0c405447f7bf1dc
cd $TOPDIR cd $TOPDIR
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment