summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-09-22 10:55:14 +0200
committerGitHub <noreply@github.com>2016-09-22 10:55:14 +0200
commit538fcf3d1fe6499d4a1366339babc8d788c2631f (patch)
tree7c7927ebe23461e04e153616590ccaaaaf1ca3ec /.drone.yml
parent6a873acf465adc58f5283cea041990bbebd64336 (diff)
parentf9a4bb94f6aa3b65293ed71beabbc5c96aefb573 (diff)
downloadnextcloud-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.yml8
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