From 6718a7bde40592a9f29e05ad26bc2c377c98364d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 8 Apr 2019 15:49:05 +0200 Subject: [PATCH] Remove signed-off-check as we have the DCO bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62d0d2f6e..e8e1146b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,16 +16,6 @@ steps: - ./occ app:check-code $APP_NAME -c strong-comparison || true - ./occ app:check-code $APP_NAME -c deprecation || true - cd apps/$APP_NAME/ -- name: signed-off-check - image: nextcloudci/php7.0:php7.0-17 - environment: - APP_NAME: deck - CORE_BRANCH: stable15 - DB: sqlite - commands: - - wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php - - php ./signed-off-checker.php - secrets: [ github_token ] - name: syntax-php7.0 image: nextcloudci/php7.0:php7.0-17 environment: