summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-18 11:18:55 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-18 11:18:55 +0100
commit599da4df0b412fc7cfb99d2f27d3542a67258ec3 (patch)
treec973a5856d7ed499eb0d15944167f5e99030a3d2 /.drone.yml
parent7d40fe42dda4bf2f5423e256e168931d7fa22cf6 (diff)
Use DCO bot for signoff checks
Faster and saves drone resources Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.drone.yml b/.drone.yml
index d489c8909..975dd3cec 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -71,22 +71,6 @@ pipeline:
when:
matrix:
TESTS: syntax-php7.3
- signed-off-check:
- image: nextcloudci/php7.3:php7.3-1
- environment:
- - APP_NAME=spreed
- - CORE_BRANCH=master
- - DB=sqlite
- commands:
- # Pre-setup steps
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- - cd ../server
- - php ./build/signed-off-checker.php
- secrets: [ github_token ]
- when:
- matrix:
- TESTS: signed-off-check
php7.1:
image: nextcloudci/php7.1:php7.1-16
environment:
@@ -203,7 +187,6 @@ matrix:
- TESTS: handlebars
- TESTS: syntax-php7.1
- TESTS: syntax-php7.3
- - TESTS: signed-off-check
# Unit tests
- TESTS: php7.1