sphinx generate with ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ff222eb543
commit
4962c3e33e
@ -30,6 +30,13 @@ steps:
|
||||
- docker push "$DOCKER_USERNAME/consumer-scheduler"
|
||||
- docker push "$DOCKER_USERNAME/consumer-scheduler:$DRONE_BUILD_NUMBER"
|
||||
|
||||
- name: static_analysis
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install Sphinx
|
||||
- pip3 install -r requirements.txt
|
||||
- sphinx-quickstart
|
||||
|
||||
- name: slack
|
||||
image: plugins/slack
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user