summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-02-17 16:04:25 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-02-17 17:54:14 +0100
commit1d8128ac641c5906161ba22e05ef586c8b75e4bb (patch)
tree84bd1f843db9fb2099d50d1704dfcf713e71c83b /.gitlab-ci.yml
parent18109f3a0fe949e4547cce2060ba33d7444b6520 (diff)
ci: Delete old build artifacts.
- See #194.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 477ace07..7dac7625 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ test:
- cargo --version
- clang --version
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
+ - find target -type f -amin +60 -delete
- du -sh target
- du -sh cargo