documentation #4
@ -30,6 +30,13 @@ steps:
|
|||||||
- docker push "$DOCKER_USERNAME/consumer_api"
|
- docker push "$DOCKER_USERNAME/consumer_api"
|
||||||
- docker push "$DOCKER_USERNAME/consumer_api:$DRONE_BUILD_NUMBER"
|
- docker push "$DOCKER_USERNAME/consumer_api:$DRONE_BUILD_NUMBER"
|
||||||
|
|
||||||
|
- name: static_analysis
|
||||||
|
image: python:3
|
||||||
|
commands:
|
||||||
|
- pip3 install Sphinx
|
||||||
|
- pip3 install -r requirements.txt
|
||||||
|
- sphinx-quickstart
|
||||||
|
|
||||||
- name: slack
|
- name: slack
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user