diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-22 10:55:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 10:55:14 +0200 |
commit | 538fcf3d1fe6499d4a1366339babc8d788c2631f (patch) | |
tree | 7c7927ebe23461e04e153616590ccaaaaf1ca3ec /.drone.yml | |
parent | 6a873acf465adc58f5283cea041990bbebd64336 (diff) | |
parent | f9a4bb94f6aa3b65293ed71beabbc5c96aefb573 (diff) | |
download | nextcloud-server-538fcf3d1fe6499d4a1366339babc8d788c2631f.tar.gz nextcloud-server-538fcf3d1fe6499d4a1366339babc8d788c2631f.zip |
Merge pull request #1481 from nextcloud/signed-off-by
Add Developer Certificate of Origin (DCO)
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 |