summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-02-05 13:49:10 +0100
committerBenjamin Berg <bberg@redhat.com>2019-02-05 14:44:55 +0100
commitc0cb4b26dcb1d971517a2789188615551234117f (patch)
treebe0d5fa934bcb0730308f6b9757916b141440674 /.gitlab-ci.yml
parentaa926b6793c90c73bd9469345cb613dc63e57612 (diff)
downloadgnome-settings-daemon-c0cb4b26dcb1d971517a2789188615551234117f.tar.gz
CI: Also store build directory when the job failed
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 bb7a9571..109e459e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ stages:
.Git Untracked files: &save_untracked_files
artifacts:
name: untracked
+ when: always
paths: [$(pwd)]
expire_in: 3h30min