mirror of https://codeberg.org/gitnex/GitNex.git
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:
parent
014b06cc46
commit
0f9e130cf4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue