Skip to content

Commit

Permalink
feat: set geth port correctly and bump geth entrpoint to print it
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 29, 2024
1 parent faa26d0 commit 32c9a05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/geth
Submodule geth updated 1 files
+1 −0 geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ job "{{ job.name }}" {
config {
command = "bash"
args = ["-c", "local/run.sh"]
env {
GETH_PORT = "{{ job.env['port'] }}"
}
}
}
}
Expand Down

0 comments on commit 32c9a05

Please sign in to comment.