Update can never fail
This commit is contained in:
parent
6f745dbfd7
commit
083e6a5a34
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $upstream list | grep -v installed | awk '{print $1, $2}' | sort > upstream
|
||||
- name: Fetch info from downstream
|
||||
run: |
|
||||
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $downstream update
|
||||
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $downstream update || true
|
||||
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: |
|
||||
|
|
Loading…
Reference in a new issue