diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 16:00:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 16:00:58 +0200 |
commit | a72edb0d0e79c1f82baa9a08d9e1b505a5e50165 (patch) | |
tree | 87ef47f14f65440e5541f28caba7b5431cbb9bad /.drone.yml | |
parent | f7c59ffdb56c256cb31f14c39f2f2b4915995e42 (diff) | |
parent | 99c9423766a01feff5f9fd6ef67153d45158dcd7 (diff) | |
download | nextcloud-server-a72edb0d0e79c1f82baa9a08d9e1b505a5e50165.tar.gz nextcloud-server-a72edb0d0e79c1f82baa9a08d9e1b505a5e50165.zip |
Merge pull request #22883 from nextcloud/techdebt/noid/remove-phan
Remove phan config - was replaced by Psalm
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 |