Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-11-03 16:53:42 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-11-03 16:57:58 +0300
commitcb600cc6f6c07b8207d517e98fd10a2c87c830da (patch)
tree38c46ae1626de5e4a8ce5ac55787e4224f6eb87a /.gitlab-ci.yml
parentdb266bf379bfb2fd16d7278e3f228e008ca25a47 (diff)
Expire CI artifacts when they're not needed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 397b9c750..7308dd952 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,7 @@ cover:
artifacts:
paths:
- _build/cover/all.html
+ expire_in: 1 week
package:
stage: package
@@ -87,6 +88,7 @@ codeclimate:
- docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc dev.gitlab.org:5005/gitlab/gitlab-build-images:gitlab-codeclimate analyze -f json > codeclimate.json
artifacts:
paths: [codeclimate.json]
+ expire_in: 1 week
allow_failure: true