commit c2b725ce167db34900d51bc5f98189f5278e874e parent f295278cb61da7f53ac63210cf960af06bc84f5d Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 4 Sep 2025 09:40:37 +0200 switch CI/CD to trixie Diffstat:
| M | contrib/ci/Containerfile | | | 2 | +- |
| M | contrib/ci/jobs/5-deploy-packages/job.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:18-slim +FROM docker.io/library/node:18-trixie-slim ENV DEBIAN_FRONTEND=noninteractive diff --git a/contrib/ci/jobs/5-deploy-packages/job.sh b/contrib/ci/jobs/5-deploy-packages/job.sh @@ -5,7 +5,7 @@ ARTIFACT_PATH="/artifacts/wallet-core/${CI_COMMIT_REF}/*.deb" RSYNC_HOST="taler.host.internal" RSYNC_PORT=424242 -RSYNC_PATH="incoming_packages/bookworm-taler-ci/" +RSYNC_PATH="incoming_packages/trixie-taler-ci/" RSYNC_DEST="rsync://${RSYNC_HOST}/${RSYNC_PATH}"