mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-03 13:51:32 +01:00
Replace davidhrbac/docker-pycheck with it4innovations/docker-pycheck
This commit is contained in:
parent
c1639720b7
commit
af60b743c3
@ -24,10 +24,8 @@ other_files:
|
||||
|
||||
python_formatter:
|
||||
stage: beautifier
|
||||
image: davidhrbac/docker-pycheck:latest
|
||||
image: it4innovations/docker-pycheck:latest
|
||||
script:
|
||||
- which autopep8 || pip install autopep8
|
||||
- which git || apt update && apt install -y git
|
||||
- for i in `git whatchanged -4 | egrep "new|modified" | grep ".eb" | cut -d ":" -f 2 | cut -d " " -f 4`; do echo $i; autopep8 --aggressive --aggressive "$i"; done
|
||||
only:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user