Use new downstream url

This commit is contained in:
Antoine Martin 2024-10-16 07:37:50 -04:00
parent d2c0861627
commit 4753a6ea09
Signed by: forge
GPG key ID: D62A472A4AA7D541
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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