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:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-04-12 16:14:42 +0300
commit7ce1f5a2ae39478c08f1bca603f81953e865e1be (patch)
tree3baed22f99476c637646a8f6f8588b300e4e4c00
parent15580594c76588888541fcaa998d7f1486bcaee6 (diff)
Remove .drone.yml - DCO bot handles sign-off messagesv16.0.1RC1v16.0.016.0.0RC2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-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 c74993d..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=stable16
- - 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