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
6d1f8a3382
commit
b2811a4fa1
@ -20,3 +20,10 @@ other_files:
|
||||
script:
|
||||
- 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 {} +
|
||||
|
||||
other_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
script:
|
||||
- which autopep8 || pip install autopep8
|
||||
- find . -type f -name "*.eb" -exec autopep8 {} +
|
||||
|
Loading…
x
Reference in New Issue
Block a user