diff options
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index b7bef8e..c54e4e2 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.19' + - &forgejo_test_image 'codeberg.org/forgejo/test_env:1.20' - &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' @@ -333,4 +333,4 @@ pipeline: secrets: [ cfo_api_key ] commands: - export FORGEJO_KEY=$CFO_API_KEY - - ./.ci-forgejo-apt.sh "*.deb" + - ./.ci-forgejo-apt.sh *.deb |
