summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-14 14:07:19 +0200
committercyBerta <cyberta@riseup.net>2019-07-14 14:07:19 +0200
commit4ee887151a1381e6f87b9fa0256238bf782acee2 (patch)
tree3a4426d83741854e3eb61f981e068de1217eefe0 /.gitlab-ci.yml
parentc780067357b711e98a76c42a41e30ef7d7d7d152 (diff)
parent4af8a54fb235e90372c94489a71ffd756047c1cc (diff)
Merge branch 'work_on_CI'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69ae4ca5..6eb5f6ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,8 @@ build:
- app/build/outputs/
- build_deps.log
- build.log
+ when: always
+ expire_in: 3 days
build_release:
image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest"
@@ -120,6 +122,8 @@ build_release:
- productionRelease.log
- productionBeta.log
- build_deps.log
+ when: always
+ expire_in: 1 week
when: manual
build_custom_release:
@@ -136,4 +140,6 @@ build_custom_release:
- productionRelease.log
- productionBeta.log
- build_deps.log
+ when: always
+ expire_in: 1 week
when: manual