From 0f9e130cf4220455376ba603db5ee8823dceff86 Mon Sep 17 00:00:00 2001 From: opyale Date: Fri, 29 May 2020 21:31:55 +0000 Subject: [PATCH] Using more recent docker image for eclint. (#516) Using more recent docker image for eclint. Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/516 Reviewed-by: 6543 <6543@noreply.gitea.io> --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index faf39cab..836a0961 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - ./gradlew test - name: check-formatting - image: odannyc/eclint:latest + image: zosiab/eclint:latest depends_on: [ clone ] commands: - git pull origin master @@ -39,7 +39,7 @@ name: code-analysis steps: - name: check-global-formatting - image: odannyc/eclint:latest + image: zosiab/eclint:latest depends_on: [ clone ] commands: - eclint check $(git ls-files)