Skip to content
Snippets Groups Projects
Commit 19d514ea authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/installation-script-version' into 'master'

[install] Correct dumux-course branch to releases/3.0

See merge request !67
parents 7ea2877b 7fd2a9fe
No related branches found
No related tags found
1 merge request!67[install] Correct dumux-course branch to releases/3.0
Checking pipeline status
...@@ -89,19 +89,13 @@ if [ ! -d "dumux" ]; then ...@@ -89,19 +89,13 @@ if [ ! -d "dumux" ]; then
else else
echo "Skip cloning dumux because the folder already exists." echo "Skip cloning dumux because the folder already exists."
fi fi
cd dumux
git checkout releases/3.0
cd ..
# dumux-course # dumux-course
if [ ! -d "dumux-course" ]; then if [ ! -d "dumux-course" ]; then
git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git git clone -b releases/3.0 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
else else
echo "Skip cloning dumux-course because the folder already exists." echo "Skip cloning dumux-course because the folder already exists."
fi fi
cd dumux-course
git checkout 2018
cd ..
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "*********************************************************************************************" echo "*********************************************************************************************"
......
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