diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e7cef4e..df095c21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,7 +130,9 @@ prune-sstate: stage: prep when: manual script: + - du -h -s $SSTATE_DIR - find $SSTATE_DIR -type f -atime +30 -delete + - du -h -s $SSTATE_DIR # Report on disk usage usage: