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>
This commit is contained in:
opyale 2020-05-29 21:31:55 +00:00 committed by 6543
parent 014b06cc46
commit 0f9e130cf4
1 changed files with 2 additions and 2 deletions

View File

@ -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)