Fix drone.yml for merge with testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Scharnitzky Donát 2020-04-07 18:46:31 +02:00
parent 35fd32a4c1
commit 0d1c464569

View File

@ -36,15 +36,6 @@ steps:
- docker push "$DOCKER_USERNAME/producer"
- 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
image: plugins/slack
settings: