modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 15:41:25 +02:00
parent 7ec5e5d4c0
commit cd21a4203d

View File

@ -27,4 +27,4 @@ python_check:
script:
- which pip || apt update && apt install -y python-pip
- which autopep8 || pip install autopep8
- find . -type f -name "*.eb" -exec autopep8 {} +
- for i in `find . -type f -name "*.eb"`; do autopep8 "$i:; done