mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 00:07:55 +00:00
docs: update Release-Process.md
with a reminder to test kata-deploy Fixes: #3611 Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
@@ -36,7 +36,7 @@ get_from_kata_deps() {
|
||||
local dependency="$1"
|
||||
versions_file="${this_script_dir}/../../../versions.yaml"
|
||||
|
||||
command -v yq &> /dev/null || die 'yq command is not in your $PATH'
|
||||
command -v yq &>/dev/null || die 'yq command is not in your $PATH'
|
||||
result=$("yq" read -X "$versions_file" "$dependency")
|
||||
[ "$result" = "null" ] && result=""
|
||||
echo "$result"
|
||||
|
Reference in New Issue
Block a user