From 2d57f3609a60b92fe9e1b18259356d861b052769 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Fri, 14 Oct 2022 17:35:59 -0500 Subject: [PATCH] allow AUR to fail without failing the whole pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f4bd20..1aebc5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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