CI: Add non-free as an expected directory APKBUILDs (MR 1868)

We may wish to distribute some files that are explicitly
non-free, and it makes sense to place them in a separate
non-free directory rather than in main.
This commit is contained in:
Jonathan Bakker 2021-01-12 19:38:11 -08:00 committed by Oliver Smith
parent c334997339
commit 1018a95ddd
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -15,6 +15,7 @@ expected_directories = [
"maemo", "maemo",
"main", "main",
"modem", "modem",
"non-free",
"sxmo", "sxmo",
"temp", "temp",
] ]