We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be51fc commit 12cfc90Copy full SHA for 12cfc90
ci/github/helpers/openapi-specs-backwards-compatibility.bash
@@ -17,7 +17,7 @@ exit_status=0
17
for spec in ${openapi_specs}; do
18
echo "Comparing ${spec}"
19
if ! "${repo_base_dir}/scripts/openapi-diff.bash" breaking --fail-on ERR "${base_remote}/${spec}" "/specs/${spec}"; then
20
- echo "::warning file=${spec}::Is not backwards compatible"
+ echo "::error file=${spec}::${spec} is not backwards compatible with ${base_remote}/${spec}"
21
exit_status=$(("${exit_status}" + "1"))
22
fi
23
printf "%0.s=" {1..100} && printf "\n"
0 commit comments