From 32c9a05503496a94eb534b53fd768c9c4546d546 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Thu, 29 Aug 2024 12:28:48 -0400 Subject: [PATCH] feat: set geth port correctly and bump geth entrpoint to print it --- external/geth | 2 +- .../nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/external/geth b/external/geth index 7d2df9980..5c8806f6d 160000 --- a/external/geth +++ b/external/geth @@ -1 +1 @@ -Subproject commit 7d2df9980a776046ad1bef80ae6b9da119009c96 +Subproject commit 5c8806f6df5e9a4bf78e0911e423d06acea44ee4 diff --git a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 index 520afb10d..f80840246 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 @@ -159,6 +159,9 @@ job "{{ job.name }}" { config { command = "bash" args = ["-c", "local/run.sh"] + env { + GETH_PORT = "{{ job.env['port'] }}" + } } } }