summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-02 12:00:51 +0200
committerCayetano Santos2021-06-02 12:00:51 +0200
commit0cd206acc17a2fb09803bfa3ab9dab835c5a7e89 (patch)
tree9f62263a5402c28f195f8da78a86d011468ade3c
parente865bda14a73de4497f0ec98171c1440af54da09 (diff)
downloadaur-0cd206acc17a2fb09803bfa3ab9dab835c5a7e89.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 e853d8eceace..6a8850583f96 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; print("All OK")'
artifacts:
+ when: always
paths:
- python-cocotb-git-*.tar.zst