mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
2cb8183ae4
commit
9b63316da8
@ -28,6 +28,6 @@ python_formatter:
|
|||||||
script:
|
script:
|
||||||
- which autopep8 || pip install autopep8
|
- which autopep8 || pip install autopep8
|
||||||
- which git || apt update && apt install -y git
|
- 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 "$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 --aggressive --aggressive "$i"; done
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user