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:
committed by
Richard Megginson
parent
cb7b8ed08a
commit
d7f26a6e09
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user