documentation #1
@ -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