forgejo-ci: do not fail if repo does not exit
This commit is contained in:
parent
15acc98854
commit
b7fb47abfa
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ index c3b8f7a..f609018
|
|||
[ "$repo" = "$target_repo" ] && break
|
||||
done
|
||||
- doas sh -c "printf '%s\n' $repos > /etc/apk/repositories"
|
||||
- doas apk update
|
||||
+ doas sh -c "printf '%s\n' $repos >> /etc/apk/repositories"
|
||||
doas apk update
|
||||
+ doas apk update || true
|
||||
}
|
||||
|
||||
@@ -118,7 +120,15 @@ apply_offset_limit() {
|
||||
|
|
Loading…
Add table
Reference in a new issue