diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-21 23:55:18 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-09-22 09:08:21 +0200 |
commit | f9a4bb94f6aa3b65293ed71beabbc5c96aefb573 (patch) | |
tree | 527796374cd865dfe61f6e7da95917113a3dc362 /.drone.yml | |
parent | 232b315d6340ded258a56b82418528ced851a078 (diff) | |
download | nextcloud-server-f9a4bb94f6aa3b65293ed71beabbc5c96aefb573.tar.gz nextcloud-server-f9a4bb94f6aa3b65293ed71beabbc5c96aefb573.zip |
Add checker for signed off commits
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 4b6dd4e9142..51e835cc34d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,13 @@ pipeline: when: matrix: TESTS: app-check-code + signed-off-check: + image: nextcloudci/php7.0:php7.0-2 + commands: + - php ./build/signed-off-checker.php + when: + matrix: + TESTS: signed-off-check syntax-php5.6: image: nextcloudci/php5.6:php5.6-2 commands: @@ -153,6 +160,7 @@ pipeline: matrix: include: + - TESTS: signed-off-check - TESTS: integration - TESTS: jsunit - TESTS: check-autoloader |