allow AUR to fail without failing the whole pipeline

merge-requests/233/head
Matthew Chambers 2022-10-14 17:35:59 -05:00
rodzic 834cc205d1
commit 2d57f3609a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -319,6 +319,8 @@ update_arch_aur:
rules:
# only do this with a manual tag starting with v
- if: '$CI_COMMIT_TAG =~ /^v.*/ && $AUR_KEY != ""'
# Allow AUR to fail without failing the whole pipeline
allow_failure: true
before_script:
- |
pacman -Sy; pacman -S --needed --noconfirm openssh git