mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 08:41:28 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
21b178fc82
commit
8b530ab823
@ -26,6 +26,6 @@ python_check:
|
|||||||
image: davidhrbac/docker-pycheck:latest
|
image: davidhrbac/docker-pycheck:latest
|
||||||
script:
|
script:
|
||||||
- which autopep8 || pip install autopep8
|
- which autopep8 || pip install autopep8
|
||||||
- for i in `find . -type f -name "*.eb"`; do autopep8 --in-place --aggressive --aggressive "$i"; done
|
- for i in `git show HEAD | egrep "new file|modified" | grep ".eb" | cut -d ":" -f 2 | cut -d " " -f 4`; do echo $i; autopep8 --in-place --aggressive --aggressive "$i"; done
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user