diff options
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 |