diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 14:30:12 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 14:30:12 +0200 |
commit | 06ff766ecf697c495a0d5120bc5e5f287e10990f (patch) | |
tree | 7f7dec6a310422fb68b6d381499b04507d26647b /contrib | |
parent | b6e019aabfcc274d2e60b7feecc8070ea3ee5206 (diff) |
substitude codename in deploy job
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/ci/targets/debian/setup-job.sh | 2 |
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" > ./ |