From cee5e87ae316c1f3a899e1e4c1e5150db96d8eb3 Mon Sep 17 00:00:00 2001 From: crystal Date: Sun, 28 Apr 2024 08:11:19 -0600 Subject: [PATCH] Revert "[temp] publish repo deb" This reverts commit 856693ebcff1d4d8383feeea3bb45125913d0e68. --- .forgejo/workflows/forgejo-deb.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.forgejo/workflows/forgejo-deb.yml b/.forgejo/workflows/forgejo-deb.yml index 230e554..796677a 100644 --- a/.forgejo/workflows/forgejo-deb.yml +++ b/.forgejo/workflows/forgejo-deb.yml @@ -191,34 +191,6 @@ jobs: - run: ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb - publish-repo-deb: - runs-on: bookworm - if: github.event_name == 'push' && github.repository == 'forgejo-contrib/forgejo-deb' - steps: - - uses: actions/checkout@v4 - - - name: actions prep - id: ciprep - run: ./.ci-make.sh actions-prep - - - uses: actions/download-artifact@v3 - with: - name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} - - - uses: crystal/install-jq-action@v2.1.0 - - - name: Debian package registry publish - env: - FORGEJO_SITE: https://code.forgejo.org - FORGEJO_OWNER: forgejo-contrib - DEBIAN_DIST: bullseye - DEBIAN_COMPONENT: forgejo - FORGEJO_KEY: ${{ secrets.cfo_api_key }} - run: | - cd repo-deb - ../.ci-forgejo-apt.sh forgejo-deb-repo_2-*_all.deb - cd .. - publish-release-repo: runs-on: bookworm if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')