mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 15:31:29 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
5f9eb7876e
commit
f0f13d0a07
@ -25,6 +25,6 @@ python_check:
|
|||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
script:
|
script:
|
||||||
- which pip || apt install python-pip
|
- which pip || apt install -y python-pip
|
||||||
- which autopep8 || pip install autopep8
|
- which autopep8 || pip install autopep8
|
||||||
- find . -type f -name "*.eb" -exec autopep8 {} +
|
- find . -type f -name "*.eb" -exec autopep8 {} +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user