diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-14 10:04:11 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-14 10:04:11 +0200 |
commit | 41b80db911c825b639d15db126d8156703519ef9 (patch) | |
tree | a5633ad24e1e53ff0512920577823235168aef28 /.gitlab-ci.yml | |
parent | afea1bfb32d4218af19b5368588b4c91a5ec7793 (diff) |
keep build logs on failure in CI
Diffstat (limited to '.gitlab-ci.yml')
-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 |