diff --git a/build.sh b/build.sh
index 7641d0c7e0e81392fc182e056063424a60d8c885..b5b3a8a8229600edcfde6ee3cc82f104954f921c 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"