Fix drone.yml for merge with testing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
35fd32a4c1
commit
0d1c464569
@ -36,15 +36,6 @@ steps:
|
|||||||
- docker push "$DOCKER_USERNAME/producer"
|
- docker push "$DOCKER_USERNAME/producer"
|
||||||
- docker push "$DOCKER_USERNAME/producer:$DRONE_BUILD_NUMBER"
|
- docker push "$DOCKER_USERNAME/producer:$DRONE_BUILD_NUMBER"
|
||||||
|
|
||||||
- name: build_docs
|
|
||||||
image: python:3
|
|
||||||
commands:
|
|
||||||
- pip3 install Sphinx
|
|
||||||
- pip3 install -r requirements.txt
|
|
||||||
- cd docs
|
|
||||||
- sphinx-apidoc -o source/ ../
|
|
||||||
- make html
|
|
||||||
|
|
||||||
- name: slack
|
- name: slack
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user