From d7db2b86ea7471a10b787841ec85ba6f762f0311 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Wed, 11 Sep 2024 01:18:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b75dd5..868ad697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab