Skip to content

Commit

Permalink
fix: cdk-erigon proc-runner artifact names (#392)
Browse files Browse the repository at this point in the history
* fix: cdk-erigon proc-runner artifact names

* chore: nit
  • Loading branch information
leovct authored Nov 27, 2024
1 parent fc197b7 commit 03fe6a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cdk_erigon.star
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03fe6a9

Please sign in to comment.