mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #42974 from nextcloud/fix/build/openapi-diff-non-default
This commit is contained in:
commit
6f1393d34b
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