Skip to content

Commit 2ed5236

Browse files
authored
Merge pull request #75 from input-output-hk/v2025-06-24_ssh-ipv4
`just ssh` check: ignore machines without IPv4
2 parents 87b6754 + 4f9233c commit 2ed5236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cardano-parts-project/Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ checkSshConfig := '''
112112
| where ($it.machine | str ends-with ".ipv4")
113113
| rename machine pubIpv4
114114
| update machine { $in | str replace ".ipv4" "" }
115+
| update pubIpv4 { $in | if $in == "unavailable.ipv4" { null } else { $in } }
115116
| sort-by machine
116117
)
117118

0 commit comments

Comments
 (0)