oneshot repo transfer
This commit is contained in:
parent
8a9436adb1
commit
b47f2faf53
2 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue