From 164313a3efcc54703c60d22c3e187ee831bbf977 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 1 Nov 2023 15:25:14 +0300 Subject: [PATCH] Swallow apt-update errors because of unreachable repositories --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index bbaa2e3ac..421f2a7c3 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -157,7 +157,7 @@ jobs: run: | echo "Postgres version: ${POSTGRES_VERSION}" - sudo apt-get update -y + sudo apt-get update -y || true # ignore errors ## Install required packages to execute packaging tools for deb based distros sudo apt-get purge -y python3-yaml ./.github/packaging/validate_build_output.sh "deb"