commit 6f230a7e3551f58756bce5768a19c05690e516cf parent d256cf49451212d272a101106b613fd9a26e1d6d Author: Antoine A <> Date: Thu, 4 Sep 2025 09:55:07 +0200 common: fix ci Diffstat:
| M | contrib/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/depolymerizer-bitcoin/${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}"