Comm typo

This commit is contained in:
Antoine Martin 2024-10-15 22:42:59 -04:00
parent 083e6a5a34
commit 37e3f20546
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -26,7 +26,7 @@ jobs:
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $downstream list | grep -v installed | awk '{print $1, $2}' | sort > downstream
- name: Missing apks detection
run: |
comm -23 a b | awk '{print $1}' > missing
comm -23 upstream downstream | awk '{print $1}' > missing
echo "Missing apks:"
cat missing
- name: Send missing packages downstream