mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
EIO-3: update to conversion scripts
This commit is contained in:
committed by
Catherine Luse
parent
1d6b58d970
commit
7b5c3a78c2
@@ -34,7 +34,7 @@ get_test() {
|
||||
jq -r --arg id "${id}" --arg section "${section}" --arg test_number "${test_number}" 'select(.id==$id).tests[] | select(.section==$section).results[] | select(.test_number==$test_number)' ${results_file}
|
||||
}
|
||||
|
||||
cat headers/header-2.3.5.md
|
||||
cat headers/header-2.4.3.md
|
||||
|
||||
for id in $(get_ids); do
|
||||
echo "## ${id} $(get_id_text ${id})"
|
||||
|
||||
Reference in New Issue
Block a user