We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dff96 commit d30d16cCopy full SHA for d30d16c
bin/common.bash
@@ -368,7 +368,7 @@ validate_config() {
368
369
schema_validation_result="$(mktemp --suffix='.txt')"
370
append_trap "rm ${schema_validation_result}" EXIT
371
-
+
372
if ! yajsv -s "${schema_file}" "${merged_config}" > "${schema_validation_result}"; then
373
log_warning "Failed schema validation:"
374
sed -r 's/^.*_(..-config\.yaml): fail: (.*)/\1: \2/; / failed validation$/q' < "${schema_validation_result}"
0 commit comments