Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-07-28 17:22:18 +0300
committerbrantje <brantje@gmail.com>2017-07-28 17:22:18 +0300
commitb5002247654e8abeee10d70d44c0faaf4155693b (patch)
tree072d4bb6ee98497fd553d476c04e52c61cb91f4d /.drone.yml
parent38dcea2564e9de43f41cd956ee4cd358c982aaa8 (diff)
Update drone config
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 7 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index 4f29936b..eae61637 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,20 +2,15 @@ pipeline:
clone:
image: plugins/git
depth: 1
- signed-off-check:
- image: nextcloudci/php7.0:php7.0-2
- environment:
- - APP_NAME=passman
- - CORE_BRANCH=master
- - DB=sqlite
+ verified-check:
+ image: python
commands:
- - 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
+ - wget https://raw.githubusercontent.com/brantje/passman-ci/master/verified-check.py
+ - pip install requests
+ - python ./verified-check.py
when:
matrix:
- TESTS: signed-off-check
+ TESTS: verified-check
matrix:
include:
- - TESTS: signed-off-check
+ - TESTS: verified-check \ No newline at end of file