Update download-and-test-external.yml

This commit is contained in:
Igor
2025-03-16 20:45:40 +01:00
committed by GitHub
parent 889cd5dc24
commit 6db88211fd

View File

@@ -228,7 +228,7 @@ jobs:
else
SOURCE="/home/runner/.aptly/public/"
COMPONENT="main"
[[ $KEY == "./" || $KEY == "stable" || $KEY == "stable non-free" ]] && COMPONENT=""
[[ $KEY == "./" || $KEY == "stable" || $KEY == "public" || $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 -max-tries=20 -ignore-signatures ${APTLY_CONF} mirror update ${{ matrix.node }}-${RELEASE}