Browse Source

Use DCO bot for signoff checks

Faster and saves drone resources

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/1637/head
Roeland Jago Douma 7 years ago
parent
commit
599da4df0b
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 17
      .drone.yml

17
.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

Loading…
Cancel
Save