Use new downstream url
This commit is contained in:
parent
d2c0861627
commit
4753a6ea09
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
env:
|
||||
upstream: https://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/community
|
||||
downstream: https://ayakael.net/api/packages/alpine/alpine/edge/community
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add grep coreutils gawk curl
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
env:
|
||||
upstream: https://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/main
|
||||
downstream: https://ayakael.net/api/packages/alpine/alpine/edge/main
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add grep coreutils gawk curl
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
env:
|
||||
upstream: https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/testing
|
||||
downstream: https://ayakael.net/api/packages/alpine/alpine/edge/testing
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add grep coreutils gawk curl
|
||||
|
|
Loading…
Reference in a new issue