diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-25 05:24:26 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-25 05:24:26 -0600 |
| commit | b47f2faf53cb9e6315eb12ced5a59c454fe372ff (patch) | |
| tree | ab9722495e26f34860c08d2c6408f87be13d3547 /.crystalintegration.yml | |
| parent | 8a9436adb1e3e75b3956b4304f88f18d6fa5a279 (diff) | |
oneshot repo transfer
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 3203fd5..f06b289 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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 |
