This commit is contained in:
@@ -7,6 +7,7 @@ steps:
|
|||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- cd web
|
||||||
- find . -name "*.py" -exec python -m py_compile {} \;
|
- find . -name "*.py" -exec python -m py_compile {} \;
|
||||||
when:
|
when:
|
||||||
timeout: 15s
|
timeout: 15s
|
||||||
|
|||||||
Reference in New Issue
Block a user