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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-04-12 16:14:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-04-12 16:14:27 +0300
commit4675aaf9921f7476c414356943cbe7f81d54793e (patch)
tree599e31ef889e1fd6f1f13dd5c581f932f94145eb /.drone.yml
parent94f651d21644a8cfafb0d532f0e7cdd36cf7da49 (diff)
Remove .drone.yml - DCO bot handles sign-off messages
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index f57be53..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-clone:
- git:
- image: plugins/git
- depth: 1
-
-pipeline:
- signed-off-check:
- image: nextcloudci/php7.1:php7.1-16
- environment:
- - APP_NAME=serverinfo
- - CORE_BRANCH=master
- - DB=sqlite
- 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
- secrets: [ github_token ]
- when:
- matrix:
- TESTS: signed-off-check
-matrix:
- include:
- - TESTS: signed-off-check