Replace davidhrbac/docker-pycheck with it4innovations/docker-pycheck

This commit is contained in:
Marek Chrastina 2019-02-26 08:19:00 +01:00
parent c1639720b7
commit af60b743c3

View File

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