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

.gitlab-ci.yml: cleanup disk space on success

parent 90640b77
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,9 @@ benchmarks:detector:success: ...@@ -163,6 +163,9 @@ benchmarks:detector:success:
variables: variables:
STATE: "success" STATE: "success"
DESCRIPTION: "Succeeded!" DESCRIPTION: "Succeeded!"
after_script:
# Cleanup scratch space
- rm -rfv $LOCAL_DATA_PATH
when: on_success when: on_success
benchmarks:detector:failure: benchmarks:detector:failure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment