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
99503b7170
commit
6cf57949fb
@ -1,5 +1,6 @@
|
||||
stages:
|
||||
- test
|
||||
- beautifier
|
||||
|
||||
docs:
|
||||
stage: test
|
||||
@ -21,8 +22,8 @@ other_files:
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh"
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
||||
|
||||
python_check:
|
||||
stage: test
|
||||
python_formatter:
|
||||
stage: beautifier
|
||||
image: davidhrbac/docker-pycheck:latest
|
||||
script:
|
||||
- which autopep8 || pip install autopep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user