diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-16 16:20:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 16:20:27 -0500 |
commit | 3a70ebfe0265da1c665def1ce97a50c9a62e9c8d (patch) | |
tree | e1e961c450c5e6c449fc719216aafcca21c41d03 /.drone.yml | |
parent | da9479735cb73dc1df3e08c87ce1e156a3f51b19 (diff) | |
parent | 6dea5e6aadc9611821d6f6c3949af56e9ca298f7 (diff) | |
download | nextcloud-server-3a70ebfe0265da1c665def1ce97a50c9a62e9c8d.tar.gz nextcloud-server-3a70ebfe0265da1c665def1ce97a50c9a62e9c8d.zip |
Merge pull request #4767 from nextcloud/app-code-checker
Check language files and database schema with app code checker
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml index f26e5d3f870..11458a30398 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,18 +15,7 @@ pipeline: checkers: image: nextcloudci/php7.0:php7.0-7 commands: - - bash ./build/autoloaderchecker.sh - - bash ./build/mergejschecker.sh - - php ./build/translation-checker.php - - php ./build/htaccess-checker.php - - ./occ app:check-code admin_audit - - ./occ app:check-code comments - - ./occ app:check-code federation - - ./occ app:check-code sharebymail - - ./occ app:check-code systemtags - - ./occ app:check-code theming - - ./occ app:check-code workflowengine - - php ./build/signed-off-checker.php + - ./autotest-checkers.sh when: matrix: TESTS: checkers |