Skip to content
Snippets Groups Projects

Draft: run du

Open Dmitry Kalinkin requested to merge temp/df into master
1 file
+ 2
10
Compare changes
  • Side-by-side
  • Inline
+ 2
10
@@ -66,19 +66,11 @@ stages:
fi
benchmarks:detector:pending:
stage: status-pending
extends: .status
variables:
STATE: "pending"
DESCRIPTION: "Started..."
when: always
common:setup:
stage: config
before_script:
script:
- |
ls -la /scratch/
df -h /scratch/
du -hs /scratch/*
\ No newline at end of file
rm -rfv /scratch/*
\ No newline at end of file
Loading