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 59670a4 commit 718e7a2Copy full SHA for 718e7a2
.buildkite/scripts/steps/checks/capture_oas_snapshot.sh
@@ -31,11 +31,12 @@ fi
31
32
run_check() {
33
eval "$cmd"
34
- node ./scripts/validate_oas_docs.js --assert-no-error-increase --skip-printing-issues --update-baseline
35
}
36
37
retry 5 15 run_check
38
+node ./scripts/validate_oas_docs.js --assert-no-error-increase --skip-printing-issues --update-baseline
39
+
40
check_for_changed_files "$cmd" true
41
42
.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh
0 commit comments