Skip to content

Commit 99f6695

Browse files
committed
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 <[email protected]>
1 parent 8be7834 commit 99f6695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
if tox -e "$env" -- --image-file "$(pwd)/$image_file" \
202202
--log-level debug $TOX_ARGS \
203203
--lsr-report-errors-url DEFAULT \
204-
-e "__bootc_validation: true" \
204+
-e '{"__bootc_validation": true}' \
205205
-- "$test" >out 2>&1; then
206206
mv out "${test}-PASS.log"
207207
else

0 commit comments

Comments
 (0)