Skip to content

Commit b46b640

Browse files
committed
multi-arch-test-build: fixup syntax error
Somehow a tab slipped in which is invalid in YAML. Fixes: c473c7d ("CI: multi-arch-test-build: add telephony feed") Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent c473c7d commit b46b640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if [ "$REPOSITORY_NAME" = "routing" ]; then
9090
PACKAGES="${PACKAGES:-bird2 cjdns olsrd}"
9191
elif [ "$REPOSITORY_NAME" = "telephony" ]; then
92-
PACKAGES="${PACKAGES:-asterisk siproxd freeswitch}"
92+
PACKAGES="${PACKAGES:-asterisk siproxd freeswitch}"
9393
else
9494
PACKAGES="${PACKAGES:-vim attendedsysupgrade-common bmon}"
9595
fi

0 commit comments

Comments
 (0)