From c1895cc55bbb540ee5d420518f5ca97f4e79acf3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Mar 2021 14:24:18 +0100 Subject: "The app code checker doesn't check anything and this command will be removed in Nextcloud 23" Signed-off-by: Joas Schilling --- .drone.yml | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to '.drone.yml') 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: -- cgit v1.2.3