oneshot repo transfer

This commit is contained in:
crystal 2023-07-25 05:24:26 -06:00
parent 8a9436adb1
commit b47f2faf53
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
2 changed files with 29 additions and 0 deletions

View file

@ -350,3 +350,20 @@ pipeline:
- ./.ci-forgejo-apt.sh *.deb
when:
event: [ tag ]
oneshot-dl-script:
image: *bin_dl_image
commands:
- oneshot/dl.sh
oneshot-apt-repo:
image: *ci_verify_image
environment:
FORGEJO_SITE: https://code.forgejo.org
FORGEJO_OWNER: forgejo-contrib
DEBIAN_DIST: bullseye
DEBIAN_COMPONENT: forgejo
secrets: [ cfo_api_key ]
commands:
- export FORGEJO_KEY=$CFO_API_KEY
- ./.ci-forgejo-apt.sh oneshot/*.deb