From aabc6a0f9bf84fd1d04864f6b4c56778119dd5b7 Mon Sep 17 00:00:00 2001 From: absingh <absingh@mpi-cbg.de> Date: Mon, 20 Feb 2023 16:31:55 +0100 Subject: [PATCH] FD_solver pipeline fix --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 7641d0c7e..b5b3a8a82 100755 --- a/build.sh +++ b/build.sh @@ -9,9 +9,6 @@ comp_type=$4 branch=$5 with_gpu=$6 -echo "Trying to Fix the CI by removing everything" -rm -rf ./* - if [ x"$branch" == x"" ]; then echo "Getting branch from git" -- GitLab