mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ci: use JSON format for __bootc_validation
On some versions of ansible/jinja, the YAML format does not work, so use the JSON format to pass in __bootc_validation Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
cdd09dec88
commit
6688742e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ jobs:
|
|||
if tox -e "$env" -- --image-file "$(pwd)/$image_file" \
|
||||
--log-level debug $TOX_ARGS \
|
||||
--lsr-report-errors-url DEFAULT \
|
||||
-e "__bootc_validation: true" \
|
||||
-e '{"__bootc_validation": true}' \
|
||||
-- "$test" >out 2>&1; then
|
||||
mv out "${test}-PASS.log"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue