diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-25 06:13:25 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-25 06:13:25 -0600 | 
| commit | 0181ae14aaa131206e6e19f7bf52dee5ad14e4e2 (patch) | |
| tree | 88beb2034d0e6fe79fb28233349a388fb2265319 /.crystalintegration.yml | |
| parent | a5c28118360682cb7883d48b1e9fe8e239a822ba (diff) | |
Remove repo-deb upload
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 85bb22c..3203fd5 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -350,17 +350,3 @@ pipeline:        - ./.ci-forgejo-apt.sh *.deb      when:        event: [ tag ] - -  publish-repo-deb: -    image: *ci_verify_image -    group: upload -    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 repo-deb/forgejo-deb-repo_2-1_all.deb -      - ./.ci-forgejo-apt.sh repo-deb/forgejo-deb-repokey_2-1_all.deb  | 
