Skip to content
Snippets Groups Projects
Commit d7db2b86 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

Update .gitlab-ci.yml

parent 9fb9bf1c
Branches
No related tags found
1 merge request!168Draft: run du
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
...@@ -66,19 +66,11 @@ stages: ...@@ -66,19 +66,11 @@ stages:
fi fi
benchmarks:detector:pending:
stage: status-pending
extends: .status
variables:
STATE: "pending"
DESCRIPTION: "Started..."
when: always
common:setup: common:setup:
stage: config stage: config
before_script: before_script:
script: script:
- | - |
ls -la /scratch/ rm -rfv /scratch/*
df -h /scratch/ \ No newline at end of file
du -hs /scratch/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment