summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-30 18:54:03 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-21 12:44:24 +0200
commit8cc7a2dd6f201019d6848aade74d938db356cc39 (patch)
tree1e91ae5415fdef0086a8f577bea705b46e11aac5 /.gitlab-ci.yml
parent2d3978842cb1742d1c974fa57c29b6508a365c24 (diff)
downloadgitlab-ce-8cc7a2dd6f201019d6848aade74d938db356cc39.tar.gz
Store all simplecov configuration in one file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4814cbe4ae7..aa22bf688a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,7 @@ stages:
paths:
- knapsack/
artifacts:
+ expire_in: 31d
paths:
- knapsack/
@@ -70,6 +71,7 @@ update-coverage:
script:
- bundle exec scripts/merge-simplecov
artifacts:
+ expire_in: 31d
paths:
- coverage/
@@ -93,6 +95,7 @@ update-coverage:
- cp knapsack/rspec_report.json ${KNAPSACK_REPORT_PATH}
- knapsack rspec
artifacts:
+ expire_in: 31d
paths:
- knapsack/
- coverage/
@@ -110,6 +113,7 @@ update-coverage:
- cp knapsack/spinach_report.json ${KNAPSACK_REPORT_PATH}
- knapsack spinach "-r rerun" || retry '[ ! -e tmp/spinach-rerun.txt ] || bundle exec spinach -r rerun $(cat tmp/spinach-rerun.txt)'
artifacts:
+ expire_in: 31d
paths:
- knapsack/
- coverage/