diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-02-06 06:46:37 -0700 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-02-06 06:46:37 -0700 | 
| commit | 891f97281fc2f9b6ab30255f9365bd7927e15de8 (patch) | |
| tree | e9b5bf1bc17aa3b593cf4b1b4c49b51fb03032b0 | |
| parent | 3d820f95ce5b1cfc5fc89e9dde20dc29d932b31d (diff) | |
use new deb-test img
| -rw-r--r-- | .crystalintegration.yml | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index bc709e9..37b2c44 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -10,12 +10,12 @@ variables:    - &nodejs_image 'node:lts'    - &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'    - &deb_build_image 'sc.cryxtal.org/ci-img/dh:bullseye' -  - &deb_test_image_bullseye 'sc.cryxtal.org/ci-img/deb-test-img:bullseye' -  - &deb_test_image_buster 'sc.cryxtal.org/ci-img/deb-test-img:buster' -  - &deb_test_image_sid 'sc.cryxtal.org/ci-img/deb-test-img:sid-780e05e2a5' -  - &deb_test_image_jammy 'sc.cryxtal.org/ci-img/deb-test-img:jammy' -  - &deb_test_image_focal 'sc.cryxtal.org/ci-img/deb-test-img:focal' -  - &deb_test_image_kinetic 'sc.cryxtal.org/ci-img/deb-test-img:kinetic' +  - &deb_test_image_bullseye 'sc.cryxtal.org/ci-img/deb-test:bullseye' +  - &deb_test_image_buster 'sc.cryxtal.org/ci-img/deb-test:buster' +  - &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'    - &build_submodule 'forgejo'    - &goproxy_override ''    - &goproxy_setup |-  | 
