From 7f138bac9664315a4ac157aac12ca50ff0dee20b Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Sun, 25 Aug 2024 00:03:16 +0000 Subject: [PATCH] [misc] Allow failure of reflector --- .ci/dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/dependencies.sh b/.ci/dependencies.sh index 5f2986b..9a0f394 100755 --- a/.ci/dependencies.sh +++ b/.ci/dependencies.sh @@ -19,5 +19,8 @@ pacman-key --populate # Install required packages pacman --sync --noconfirm --needed archiso patch python python-jinja rdfind reflector +# Allow non-zero exit codes +set +e + # Configure mirrorlist reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist