Browse Source

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

tags/v29.0.0beta1
Kate 5 months ago
parent
commit
6f1393d34b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/openapi-checker.sh

+ 1
- 1
build/openapi-checker.sh View File

files="$(git diff --name-only)" files="$(git diff --name-only)"
changed=false changed=false
for file in $files; do for file in $files; do
if [[ $file == *"openapi.json" ]]; then
if [[ $file == *"openapi"*".json" ]]; then
changed=true changed=true
break break
fi fi

Loading…
Cancel
Save