diff --git a/ci/cleanupArtifacts.sh b/ci/cleanupArtifacts.sh index 1a72b54e..9f343d2f 100755 --- a/ci/cleanupArtifacts.sh +++ b/ci/cleanupArtifacts.sh @@ -1,5 +1,5 @@ #!/bin/bash -x -#rm -Rf ./.gradle +rm -Rf ./.gradle rm -Rf ./.m2 exit 0