From c1f098ec548c68214b9cce08a18a7866b5364b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 8 Apr 2019 15:49:32 +0200 Subject: [PATCH] Reenable app check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e8e1146b9..e066b1365 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,8 @@ steps: - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - cd ../server # Code checker - - ./occ app:check-code $APP_NAME -c strong-comparison || true - - ./occ app:check-code $APP_NAME -c deprecation || true + - ./occ app:check-code $APP_NAME -c strong-comparison + - ./occ app:check-code $APP_NAME -c deprecation - cd apps/$APP_NAME/ - name: syntax-php7.0 image: nextcloudci/php7.0:php7.0-17