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
|
- ./gradlew test
|
||||||
|
|
||||||
- name: check-formatting
|
- name: check-formatting
|
||||||
image: odannyc/eclint:latest
|
image: zosiab/eclint:latest
|
||||||
depends_on: [ clone ]
|
depends_on: [ clone ]
|
||||||
commands:
|
commands:
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
@ -39,7 +39,7 @@ name: code-analysis
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: check-global-formatting
|
- name: check-global-formatting
|
||||||
image: odannyc/eclint:latest
|
image: zosiab/eclint:latest
|
||||||
depends_on: [ clone ]
|
depends_on: [ clone ]
|
||||||
commands:
|
commands:
|
||||||
- eclint check $(git ls-files)
|
- eclint check $(git ls-files)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user