mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #42982 from nextcloud/backport/42974/stable28
[stable28] fix(build): Fix OpenAPI diff on non-default specs
This commit is contained in:
commit
ea2ba8b27e
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