Merge pull request #4881 from nextcloud/sign-off-check

Run sign-off check as last check
This commit is contained in:
Roeland Jago Douma 2017-05-15 22:18:27 +02:00 committed by GitHub
commit 2c9007616b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ pipeline:
commands:
- bash ./build/autoloaderchecker.sh
- bash ./build/mergejschecker.sh
- php ./build/signed-off-checker.php
- php ./build/translation-checker.php
- php ./build/htaccess-checker.php
- ./occ app:check-code admin_audit
@ -27,6 +26,7 @@ pipeline:
- ./occ app:check-code systemtags
- ./occ app:check-code theming
- ./occ app:check-code workflowengine
- php ./build/signed-off-checker.php
when:
matrix:
TESTS: checkers