summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-02 11:55:06 +0200
committerCayetano Santos2021-06-02 11:55:06 +0200
commitd54e5a15ccbec88d7239e2203d02a3ec37f24689 (patch)
treeeb28cde4135cd9e29323f2e379c823b302541f1a
parent2a4a6916ddb43653a278607c401412a1942f1ee0 (diff)
downloadaur-d54e5a15ccbec88d7239e2203d02a3ec37f24689.tar.gz
ci: upload artifact even when failure
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0e13d882f46..41a9e389671e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,5 +21,6 @@ build-package:
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb_bus; print("All OK")'
artifacts:
+ when: always
paths:
- python-cocotb-bus-*.pkg.tar.zst