replace kinetic with mantic
This commit is contained in:
parent
0c05604e0d
commit
8e9c937a63
|
@ -17,7 +17,7 @@ variables:
|
|||
- &deb_test_image_sid 'sc.cryxtal.org/ci-img/deb-test:sid'
|
||||
- &deb_test_image_jammy 'sc.cryxtal.org/ci-img/deb-test-ubuntu:jammy'
|
||||
- &deb_test_image_focal 'sc.cryxtal.org/ci-img/deb-test-ubuntu:focal'
|
||||
- &deb_test_image_kinetic 'sc.cryxtal.org/ci-img/deb-test-ubuntu:kinetic'
|
||||
- &deb_test_image_mantic 'sc.cryxtal.org/ci-img/deb-test-ubuntu:mantic'
|
||||
- &deb_test_image_lunar 'sc.cryxtal.org/ci-img/deb-test-ubuntu:lunar'
|
||||
- &forgejo_test_golang_ver '1.21'
|
||||
- &build_submodule 'forgejo'
|
||||
|
@ -218,8 +218,8 @@ steps:
|
|||
commands:
|
||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
||||
|
||||
test-inst-kinetic-sqlite:
|
||||
image: *deb_test_image_kinetic
|
||||
test-inst-mantic-sqlite:
|
||||
image: *deb_test_image_mantic
|
||||
group: pkg-test-3
|
||||
commands:
|
||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
||||
|
@ -278,8 +278,8 @@ steps:
|
|||
when:
|
||||
event: [ tag ]
|
||||
|
||||
test-inst-kinetic-bin:
|
||||
image: *deb_test_image_kinetic
|
||||
test-inst-mantic-bin:
|
||||
image: *deb_test_image_mantic
|
||||
group: pkg-test-5
|
||||
commands:
|
||||
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
||||
|
|
Loading…
Reference in a new issue