mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update download-and-test-external.yml
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user