From b3e57896b1d4c31033b50fe88a78cf0074f07b61 Mon Sep 17 00:00:00 2001 From: absingh <absingh@mpi-cbg.de> Date: Tue, 21 Feb 2023 13:54:29 +0100 Subject: [PATCH] Fixing Pipeline --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 0323b82f5..b5b3a8a82 100755 --- a/build.sh +++ b/build.sh @@ -8,8 +8,6 @@ target=$3 comp_type=$4 branch=$5 with_gpu=$6 -echo "Trying to Fix the CI by removing everything" -rm -rf ./* if [ x"$branch" == x"" ]; then -- GitLab