aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-06-16 14:30:12 +0200
committerNullptrderef <nullptrderef@proton.me>2024-06-16 14:30:12 +0200
commit06ff766ecf697c495a0d5120bc5e5f287e10990f (patch)
tree7f7dec6a310422fb68b6d381499b04507d26647b /contrib
parentb6e019aabfcc274d2e60b7feecc8070ea3ee5206 (diff)
downloadexchange-06ff766ecf697c495a0d5120bc5e5f287e10990f.tar.xz
substitude codename in deploy job
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ci/targets/debian/setup-job.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/targets/debian/setup-job.sh b/contrib/ci/targets/debian/setup-job.sh
index b632eaf06..13258729b 100755
--- a/contrib/ci/targets/debian/setup-job.sh
+++ b/contrib/ci/targets/debian/setup-job.sh
@@ -47,4 +47,4 @@ fi;
# Generate the deploy-package target
cd "${CI_DIR}/jobs/$(mktarget 2 deploy-package)"
cp "$DISTRO_TARGET/deploy-package/config.ini" ./
-cp "$DISTRO_TARGET/deploy-package/job.sh" ./
+sed "s|bookworm|$CODENAME|g" "$DISTRO_TARGET/deploy-package/job.sh" > ./