Merge pull request #39374 from nextcloud/backport/39329/stable27

[stable27] fix: also run phpunit on `apps/theming/css` modified files
This commit is contained in:
Arthur Schiwon 2023-07-17 12:46:45 +02:00 committed by GitHub
commit 3a84f54ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,4 +24,6 @@ echo "========================="
[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "3rdparty") -gt 0 ]] && echo "3rdparty is modified" && exit 0
[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "apps/theming/css") -gt 0 ]] && echo "theming css is modified" && exit 0
exit 1