Skip to content

Commit

Permalink
feat: provide cardano-node socket path as output (#139)
Browse files Browse the repository at this point in the history
Fixes #138
  • Loading branch information
agaffney authored Mar 16, 2024
1 parent 9ba47ef commit 1013294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cardano-node/cardano-node-8.7.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ installSteps:
binary: true
filename: cardano-cli
source: files/cardano-cli.sh.gotmpl
outputs:
- name: socket_path
description: Path to the Cardano Node UNIX socket
value: '{{ .Paths.ContextDir }}/node-ipc/node.socket'
tags:
- docker
- linux
Expand Down

0 comments on commit 1013294

Please sign in to comment.