Merge pull request #42974 from nextcloud/fix/build/openapi-diff-non-default

pull/42949/head
Kate 4 months ago committed by GitHub
commit 6f1393d34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save