File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,10 @@ jobs:
258258 chmod -R 755 .
259259 chmod 777 "${LOGS_DIR}"
260260
261+ df -kh /
262+ rm -rf /__t/*
263+ df -kh /
264+
261265 df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
262266 free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
263267
@@ -511,6 +515,10 @@ jobs:
511515 chmod -R 755 .
512516 chmod 777 "${LOGS_DIR}"
513517
518+ df -kh /
519+ rm -rf /__t/*
520+ df -kh /
521+
514522 df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
515523 free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
516524
@@ -769,6 +777,10 @@ jobs:
769777 chmod -R 755 .
770778 chmod 777 "${LOGS_DIR}"
771779
780+ df -kh /
781+ rm -rf /__t/*
782+ df -kh /
783+
772784 df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
773785 free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
774786
You can’t perform that action at this time.
0 commit comments