diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-10 13:54:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-16 16:16:55 +0200 |
commit | 3571355eb579e0a7a027ef9bcb83a2c24f1751aa (patch) | |
tree | d545bc25c1184ad36617b42c88ac227a421564e0 /.drone.yml | |
parent | 1951c88bdcc201078968613743229e4d97204855 (diff) | |
download | nextcloud-server-3571355eb579e0a7a027ef9bcb83a2c24f1751aa.tar.gz nextcloud-server-3571355eb579e0a7a027ef9bcb83a2c24f1751aa.zip |
Run the app checker on all apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 2080de5a123..90ac6e4e417 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 |