mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
ACS-3841 Rename the ci scripts directory
This commit is contained in:
5
scripts/ci/cleanup_cache.sh
Normal file
5
scripts/ci/cleanup_cache.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ev
|
||||
|
||||
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT" | xargs -r -l rm -rf
|
||||
|
Reference in New Issue
Block a user