summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-04 14:24:18 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-04 14:24:40 +0100
commitc1895cc55bbb540ee5d420518f5ca97f4e79acf3 (patch)
tree050d9b7ffb86e4817100d6da72eb5205d5845477 /.drone.yml
parentc642f3b889d9d73918945d6aea75b6999c3dbc77 (diff)
"The app code checker doesn't check anything and this command will be removed in Nextcloud 23"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.drone.yml b/.drone.yml
index 55a81ff0e..3402c5ed2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,30 +1,4 @@
kind: pipeline
-name: compatibility
-
-steps:
- - name: app-code-check
- image: nextcloudci/php7.3:php7.3-5
- environment:
- APP_NAME: spreed
- CORE_BRANCH: master
- DATABASEHOST: sqlite
- commands:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- - cd ../server
- - sh -c "if [ $(./occ app:check-code --skip-validate-info $APP_NAME | wc -l) -ne 5 ]; then ./occ app:check-code --skip-validate-info $APP_NAME; fi"
- - cd apps/$APP_NAME/
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: int-sqlite-callapi
steps: