summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-02 12:02:15 +0200
committerCayetano Santos2021-06-02 12:02:15 +0200
commit0c98b9de857c6ebc4ee0b296a8f312cbc67a7f58 (patch)
tree9054e18b9ca792096dfdc47a33c5a12898d725e1
parent453d845c4cedcd02fc5f3346cfd7d499af0773cf (diff)
downloadaur-0c98b9de857c6ebc4ee0b296a8f312cbc67a7f58.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 1e8a033cbc7d..59eb75e1cc52 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-*.pkg.tar.zst