Skip to content

Commit

Permalink
spotify exception
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Sep 19, 2024
1 parent 7a96c3b commit e086979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download-and-test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e086979

Please sign in to comment.