dont build repo deb packages
This commit is contained in:
parent
8c30264f25
commit
fdbd6ccdea
|
@ -60,11 +60,6 @@ jobs:
|
||||||
|
|
||||||
- run: ./.ci-make.sh package-clean
|
- run: ./.ci-make.sh package-clean
|
||||||
|
|
||||||
- name: build repo package
|
|
||||||
run: |
|
|
||||||
cd repo-deb
|
|
||||||
./build.sh actions
|
|
||||||
|
|
||||||
- name: generate sha256
|
- name: generate sha256
|
||||||
run: |
|
run: |
|
||||||
./.ci-make.sh pkg-gen-sha256
|
./.ci-make.sh pkg-gen-sha256
|
||||||
|
@ -78,7 +73,6 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
*.deb
|
*.deb
|
||||||
*.deb.sha256
|
*.deb.sha256
|
||||||
repo-deb/*.deb
|
|
||||||
|
|
||||||
installtest-bookworm-sqlite:
|
installtest-bookworm-sqlite:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
|
@ -111,24 +105,6 @@ jobs:
|
||||||
- run: ./.ci-make.sh test-userinst-prep
|
- run: ./.ci-make.sh test-userinst-prep
|
||||||
- run: ./.ci-make.sh install-run-test ./forgejo_*_arm64.deb
|
- run: ./.ci-make.sh install-run-test ./forgejo_*_arm64.deb
|
||||||
|
|
||||||
testsuite-repo-upgrade-sqlite:
|
|
||||||
runs-on: bookworm
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: "actions prep: installtest"
|
|
||||||
id: ciprep
|
|
||||||
run: ./.ci-make.sh actions-prep installtest
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
|
|
||||||
|
|
||||||
- run: ./.ci-make.sh install-repo-test ./repo-deb/forgejo-deb-repo_0-0_all.deb forgejo-sqlite
|
|
||||||
- run: ./.ci-make.sh force-clean-forgejo
|
|
||||||
- run: ./.ci-make.sh install-run-test ./forgejo-sqlite_*_arm64.deb
|
|
||||||
- run: ./.ci-make.sh verify-data-dir-chmod
|
|
||||||
|
|
||||||
publish-release-repo:
|
publish-release-repo:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in a new issue