diff --git a/base/lnls-prune-artifacts.sh b/base/lnls-prune-artifacts.sh index 7652d88..b802755 100755 --- a/base/lnls-prune-artifacts.sh +++ b/base/lnls-prune-artifacts.sh @@ -124,6 +124,8 @@ clean_up_epics_modules() { echo "Pruning module '$dir'..." prune_module_dirs $dir done + + prune_module_dirs $EPICS_BASE_PATH } remove_static_libs() {