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 76c8d60 commit 34aee1cCopy full SHA for 34aee1c
bin/generate-samples.sh
@@ -66,7 +66,7 @@ else
66
retcode=${PIPESTATUS[0]}
67
fi
68
69
-if [[ $retcode -ne 0 ]] || grep -q -i "exception" "$tmpfile"; then
+if [[ $retcode -ne 0 ]] || grep -q -i "at org.openapitools" "$tmpfile"; then
70
echo "Found exception(s) when running the generator(s) to update the samples."
71
exit 1
72
0 commit comments