From 0181ae14aaa131206e6e19f7bf52dee5ad14e4e2 Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 25 Jul 2023 06:13:25 -0600 Subject: [PATCH] Remove repo-deb upload --- .crystalintegration.yml | 14 -------------- 1 file changed, 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