From 03fe6a92b22e20c67b3cd131ce9e58e3e08bb5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Vincent?= <28714795+leovct@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:27:08 +0100 Subject: [PATCH] fix: cdk-erigon proc-runner artifact names (#392) * fix: cdk-erigon proc-runner artifact names * chore: nit --- lib/cdk_erigon.star | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cdk_erigon.star b/lib/cdk_erigon.star index ab40ffc38..8f4e6b63a 100644 --- a/lib/cdk_erigon.star +++ b/lib/cdk_erigon.star @@ -46,9 +46,8 @@ def _start_service( ), } - # Leaving the name out for now. This might cause some idempotency - # issues, but we're not currently relying on that for now.‡ proc_runner_file_artifact = plan.upload_files( + name="cdk-erigon-" + type + "-proc-runner", src="../templates/proc-runner.sh", ) plan_files["/usr/local/share/proc-runner"] = proc_runner_file_artifact