From e086979b28fc1fe49ae26a5aa6f826e512844f3a Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 19 Sep 2024 20:48:30 +0200 Subject: [PATCH] spotify exception --- .github/workflows/download-and-test-external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download-and-test-external.yml b/.github/workflows/download-and-test-external.yml index 858cd1c2..e78bfe38 100644 --- a/.github/workflows/download-and-test-external.yml +++ b/.github/workflows/download-and-test-external.yml @@ -227,7 +227,7 @@ jobs: else SOURCE="/home/runner/.aptly/public/" COMPONENT="main" - [[ $KEY == "./" || $KEY == "stable" ]] && COMPONENT="" + [[ $KEY == "./" || $KEY == "stable" || $KEY == "stable non-free" ]] && COMPONENT="" [[ $GLOB != *Name* && $GLOB != *Version* ]] && ADDITIONAL_FILTER="-filter-with-deps" aptly -ignore-signatures -filter="$GLOB" ${ADDITIONAL_FILTER} -architectures="$(echo $ARCH | sed "s|:|,|g")" mirror create ${{ matrix.node }}-${RELEASE} $(echo ${URL}) $(echo ${KEY}) $(echo ${COMPONENT}) aptly -ignore-signatures ${APTLY_CONF} mirror update ${{ matrix.node }}-${RELEASE}