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:
Snir Sheriber
2022-02-03 15:20:16 +02:00
parent 496bc10de2
commit 007221875e
2 changed files with 2 additions and 1 deletions

View File

@@ -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"