Skip to content
Snippets Groups Projects
Commit b97c93f9 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: print results of find to delete

parent 082d4d3b
No related branches found
No related tags found
No related merge requests found
......@@ -125,9 +125,8 @@ RUN --mount=type=cache,target=/var/cache/spack \
## Clear the local source and buildcache before install
RUN --mount=type=cache,target=/var/cache/spack \
find /var/cache/spack/mirror/${SPACK_VERSION}/build_cache/* \
/var/cache/spack/_source-cache/archives* \
-atime +30 -print -delete
find /var/cache/spack/mirror/${SPACK_VERSION}/ -atime +30 -print \
&& find /var/cache/spack/_source-cache/archive -atime +30 -print
## Extra post-spack steps:
## - Python packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment