complex partial revert #33
reverts most of5e142ef06c
0aedcd394d
will need another complex revert
This commit is contained in:
parent
5e142ef06c
commit
2907295f72
9 changed files with 33 additions and 16 deletions
|
@ -199,7 +199,7 @@ jobs:
|
|||
|
||||
- name: actions prep
|
||||
id: ciprep
|
||||
run: ./.ci-make.sh actions-prep installtest
|
||||
run: ./.ci-make.sh actions-prep
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
@ -207,18 +207,17 @@ jobs:
|
|||
|
||||
- uses: crystal/install-jq-action@v2.1.0
|
||||
|
||||
- run: sudo apt install -y wget
|
||||
- run: wget --content-disposition https://code.forgejo.org/forgejo-contrib/-/packages/debian/forgejo-deb-repokey/2-1/files/2918
|
||||
|
||||
- name: "Debian package registry publish: forgejo-deb-repokey"
|
||||
- name: "Debian package registry publish: forgejo-deb-repo-lts"
|
||||
env:
|
||||
FORGEJO_SITE: https://code.forgejo.org
|
||||
FORGEJO_OWNER: forgejo-contrib
|
||||
DEBIAN_DIST: bullseye
|
||||
DEBIAN_COMPONENT: forgejo-lts
|
||||
DEBIAN_COMPONENT: forgejo
|
||||
FORGEJO_KEY: ${{ secrets.cfo_api_key }}
|
||||
run: |
|
||||
./.ci-forgejo-apt.sh forgejo-deb-repokey_2-1_all.deb
|
||||
cd repo-deb
|
||||
../.ci-forgejo-apt.sh forgejo-deb-repo-lts_2-4_all.deb
|
||||
cd ..
|
||||
|
||||
publish-release-repo:
|
||||
runs-on: bookworm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue