Update drone config

This commit is contained in:
brantje 2017-07-28 16:22:18 +02:00
parent 38dcea2564
commit b500224765
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -2,20 +2,15 @@ pipeline:
clone: clone:
image: plugins/git image: plugins/git
depth: 1 depth: 1
signed-off-check: verified-check:
image: nextcloudci/php7.0:php7.0-2 image: python
environment:
- APP_NAME=passman
- CORE_BRANCH=master
- DB=sqlite
commands: commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - wget https://raw.githubusercontent.com/brantje/passman-ci/master/verified-check.py
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - pip install requests
- cd ../server - python ./verified-check.py
- php ./build/signed-off-checker.php
when: when:
matrix: matrix:
TESTS: signed-off-check TESTS: verified-check
matrix: matrix:
include: include:
- TESTS: signed-off-check - TESTS: verified-check