mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
Feature/acs 4653 migrate to gha (#1777)
* ACS-3841 Migrate to GHA (#1631)
(cherry picked from commit eb6b6a64a8
)
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