Skip to content

Commit e086979

Browse files
authored
spotify exception
1 parent 7a96c3b commit e086979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download-and-test-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
else
228228
SOURCE="/home/runner/.aptly/public/"
229229
COMPONENT="main"
230-
[[ $KEY == "./" || $KEY == "stable" ]] && COMPONENT=""
230+
[[ $KEY == "./" || $KEY == "stable" || $KEY == "stable non-free" ]] && COMPONENT=""
231231
[[ $GLOB != *Name* && $GLOB != *Version* ]] && ADDITIONAL_FILTER="-filter-with-deps"
232232
aptly -ignore-signatures -filter="$GLOB" ${ADDITIONAL_FILTER} -architectures="$(echo $ARCH | sed "s|:|,|g")" mirror create ${{ matrix.node }}-${RELEASE} $(echo ${URL}) $(echo ${KEY}) $(echo ${COMPONENT})
233233
aptly -ignore-signatures ${APTLY_CONF} mirror update ${{ matrix.node }}-${RELEASE}

0 commit comments

Comments
 (0)