mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 16:51:29 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
215ef59885
@ -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 --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:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user