From c0de0fb773ed490d74ea1395fc8911a5e6dc2a42 Mon Sep 17 00:00:00 2001 From: Ned Coltman Date: Mon, 10 Dec 2018 15:50:02 +0100 Subject: [PATCH] [script] checkout the correct release --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index b1f4cbe..c96add9 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -85,12 +85,12 @@ cd .. # dumux if [ ! -d "dumux" ]; then - git clone -b master https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git + git clone -b releases/3.0 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git else echo "Skip cloning dumux because the folder already exists." fi cd dumux -git checkout dumux-course-2018 +git checkout releases/3.0 cd .. # dumux-course -- GitLab