We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6525bb9 commit 350501eCopy full SHA for 350501e
1 file changed
build/compileSU2.sh
@@ -44,6 +44,9 @@ if [ ! -z "$branch" ]; then
44
mkdir "src"
45
fi
46
cd "src"
47
+ if [ -d $name ]; then
48
+ rm -rf $name
49
+ fi
50
git clone --recursive --depth=1 --shallow-submodules https://github.com/su2code/SU2 $name
51
cd $name
52
git config --add remote.origin.fetch '+refs/pull/*/merge:refs/remotes/origin/refs/pull/*/merge'
0 commit comments