this should be the last complex revert PR setting up a user friendly migration path for the repo component switch ended up being a lot more complicated than I initially expected there will be one more cleanup PR after this
This commit is contained in:
parent
2907295f72
commit
43eaa353a8
7 changed files with 17 additions and 19 deletions
|
@ -207,16 +207,28 @@ jobs:
|
|||
|
||||
- uses: crystal/install-jq-action@v2.1.0
|
||||
|
||||
- name: "Debian package registry publish: forgejo-deb-repo-lts"
|
||||
- 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
|
||||
DEBIAN_COMPONENT: forgejo-lts
|
||||
FORGEJO_KEY: ${{ secrets.cfo_api_key }}
|
||||
run: |
|
||||
cd repo-deb
|
||||
../.ci-forgejo-apt.sh forgejo-deb-repo-lts_2-4_all.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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue