mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
25ed18302f
commit
a4f94157ac
@ -28,6 +28,6 @@ python_formatter:
|
||||
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 --in-place --aggressive --aggressive "$i"; done
|
||||
- for i in `git whatchanged -4 | egrep "new|modified" | grep ".eb" | cut -d ":" -f 2 | cut -d " " -f 4`; do echo $i; autopep8 "$i"; done
|
||||
only:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user