From 0247be627f5e8de5ce88cfcf9db4ff505660e31d Mon Sep 17 00:00:00 2001 From: absingh <absingh@mpi-cbg.de> Date: Mon, 20 Feb 2023 15:25:26 +0100 Subject: [PATCH] Fix by removal --- build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index d4c7e757b..9b661472d 100755 --- a/build.sh +++ b/build.sh @@ -9,10 +9,8 @@ comp_type=$4 branch=$5 with_gpu=$6 -echo "Trying to Fix the CI" -rm -rf .git/modules/*/rebase-merge -git rebase --abort - +echo "Trying to Fix the CI by removing everything" +rm -rf ./* if [ x"$branch" == x"" ]; then echo "Getting branch from git" -- GitLab