diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
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 |