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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-27 15:25:21 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-27 17:27:28 +0300
commita987f809e647122c246bd602132c9fe8f8dd1ec6 (patch)
treefb69ed707e6798734872da8e31baa9f7d08b14cb /.drone.yml
parent0e14bdc0d035f35f67dcb9fd357b5f2d1f8cbea1 (diff)
REVERT LATER: disable phan for now
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 4fbd4b015c6..9b22bb7b9e3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -108,13 +108,13 @@ steps:
commands:
- composer install
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
-- name: phan
- image: nextcloudci/php7.2:php7.2-13
- commands:
- - composer install
- - composer require --dev "phan/phan:0.11.1"
- - ./lib/composer/phan/phan/phan -k build/.phan/config.php
- - php ./build/.phan/plugin-checker.php
+#- name: phan
+# image: nextcloudci/php7.2:php7.2-13
+# commands:
+# - composer install
+# - composer require --dev "phan/phan:0.11.1"
+# - ./lib/composer/phan/phan/phan -k build/.phan/config.php
+# - php ./build/.phan/plugin-checker.php
trigger:
branch: