aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bccb63ce..8a47da86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,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
# Delete all sstate
delete-sstate: