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: