diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 14:46:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 14:46:29 +0200 |
commit | 04a3580d19ae505efd0ac31e4c419bf5dd701563 (patch) | |
tree | c3c21ddebc5c9f459a6530bc4cf65c5fc2d5cc90 /.drone.yml | |
parent | f7c59ffdb56c256cb31f14c39f2f2b4915995e42 (diff) | |
download | nextcloud-server-04a3580d19ae505efd0ac31e4c419bf5dd701563.tar.gz nextcloud-server-04a3580d19ae505efd0ac31e4c419bf5dd701563.zip |
Remove phan config - was replaced by Psalm
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.drone.yml b/.drone.yml index 17486d85642..99e47e18e81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,31 +43,6 @@ trigger: - pull_request - push -#--- -#kind: pipeline -#name: syntax-and-phan -# -#steps: -#- name: submodules -# image: docker:git -# commands: -# - git submodule update --init -#- 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: -# - master -# - stable* -# event: -# - pull_request -# - push - --- kind: pipeline name: litmus |