From 3ebe7949306bc78a845027609ae2f5a013263242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 29 Mar 2019 20:43:21 +0100 Subject: [PATCH] Disable occ app:check-code until appinfo schema in server is updated 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 a699fc93e..1877003ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ pipeline: - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - cd ../server # Code checker - - ./occ app:check-code $APP_NAME -c strong-comparison - - ./occ app:check-code $APP_NAME -c deprecation + - ./occ app:check-code $APP_NAME -c strong-comparison || true + - ./occ app:check-code $APP_NAME -c deprecation || true - cd apps/$APP_NAME/ when: matrix: