mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
bump openapi version directly (#5674)
This commit is contained in:
@@ -8,7 +8,7 @@ echo "🔍 Checking OpenAPI schema is up-to-date..."
|
||||
|
||||
# Check if the generated schema differs from the committed version
|
||||
echo "🔍 Comparing generated schema with committed version..."
|
||||
if ! git diff --exit-code ui/desktop/openapi.json ui/desktop/src/api/; then
|
||||
if ! git diff --ignore-space-change --exit-code ui/desktop/openapi.json ui/desktop/src/api/; then
|
||||
echo ""
|
||||
echo "❌ OpenAPI schema is out of date!"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user