mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(build): Fix OpenAPI diff on non-default specs
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
e5b0941c64
commit
993d5d4a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ done
|
|||
files="$(git diff --name-only)"
|
||||
changed=false
|
||||
for file in $files; do
|
||||
if [[ $file == *"openapi.json" ]]; then
|
||||
if [[ $file == *"openapi"*".json" ]]; then
|
||||
changed=true
|
||||
break
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue