diff options
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index b1dd5d4..5b483aa 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -6,7 +6,7 @@ when:  variables:    - &ci_verify_image 'sc.cryxtal.org/ci-img/git-curl-jq:latest'    - &golang_image 'golang:1.20-bullseye' -  - &forgejo_test_image 'codeberg.org/forgejo/test_env:1.20' +  - &forgejo_test_image 'docker.io/node:20-bookworm'    - &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' @@ -111,13 +111,13 @@ steps:      image: *forgejo_test_image      group: checks      environment: -      BUILD_SUBMODULE: *build_submodule        GOPROXY_OVERRIDE: *goproxy_override      secrets:        - goproxy_default      commands:        - *goproxy_setup -      - ./.ci-make.sh submodule-make "$BUILD_SUBMODULE" checks-backend +      - ./.ci-make.sh forgejo-test-deps +      - su forgejo -c './.ci-make.sh submodule-make forgejo checks-backend'    download-bin-amd64:      image: *bin_dl_image  | 
