diff options
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/forgejo-deb.yml | 40 | 
1 files changed, 0 insertions, 40 deletions
diff --git a/.forgejo/workflows/forgejo-deb.yml b/.forgejo/workflows/forgejo-deb.yml index bea2fc9..1c66728 100644 --- a/.forgejo/workflows/forgejo-deb.yml +++ b/.forgejo/workflows/forgejo-deb.yml @@ -191,46 +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: forgejo-deb-repo stub" -        env: -          FORGEJO_SITE: https://code.forgejo.org -          FORGEJO_OWNER: forgejo-contrib -          DEBIAN_DIST: bullseye -          DEBIAN_COMPONENT: forgejo-lts -          FORGEJO_KEY: ${{ secrets.cfo_api_key }} -        run: | -          cd repo-deb -          ../.ci-forgejo-apt.sh forgejo-deb-repo_0-0_all.deb -          cd .. - -      - name: "Debian package registry publish: forgejo-deb-repo" -        env: -          FORGEJO_SITE: https://code.forgejo.org -          FORGEJO_OWNER: forgejo-contrib -          DEBIAN_DIST: bullseye -          DEBIAN_COMPONENT: forgejo-lts -          FORGEJO_KEY: ${{ secrets.cfo_api_key }} -        run: | -          cd repo-deb -          ../.ci-forgejo-apt.sh forgejo-deb-repo_2-4_all.deb -          cd .. -    publish-release-repo:      runs-on: bookworm      if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.repository == 'forgejo-contrib/forgejo-deb'  | 
