mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
Use stable approach to seek YAML fields in bin/update_hosts.sh script #72
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cthulhu-rider on GitHub (Dec 20, 2023).
* originally posted in https://github.com/nspcc-dev/neofs-dev-env/pull/282#discussion_r1431840847
currently, script uses
grepto seek YAML fields. Fields may have the same names in different YAML sections, so current approach may be unstable. Another approach dealing with full path should be used instead