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

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-01 22:44:30 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-01 22:44:30 +0300
commitf2d167ea94f25746ac6dfa37e7ba0b347ddebc20 (patch)
tree36705382e748c30075e54a6cd86513406b82cf61 /.gitlab-ci.yml
parent3e3bad77589a32470cf093263df6d49dbbd07606 (diff)
ci: keep artifacts for 3M
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 cb14b26..21a1857 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ assembleDebug:
artifacts:
paths:
- app/build/outputs/apk/
+ expire_in: 3 months
# debugTests:
# stage: test