mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
17b9fae098
commit
01269cdcf6
@ -26,4 +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 "$i"; done
|
- for i in `find . -type f -name "*.eb"`; do autopep8 --in-place --aggressive --aggressive "$i"; done
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user