Comm typo
This commit is contained in:
parent
083e6a5a34
commit
37e3f20546
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue