taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 28562a2a78d622ddfdd4dc74102a493bd3e9c371
parent d54f537bdc05df59762a253c4805c03b31182ab0
Author: Antoine A <>
Date:   Thu,  4 Sep 2025 09:54:31 +0200

common: fix ci

Diffstat:
Mcontrib/ci/jobs/4-deploy/job.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/4-deploy/job.sh b/contrib/ci/jobs/4-deploy/job.sh @@ -5,7 +5,7 @@ ARTIFACT_PATH="/artifacts/magnet-bank/${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}"