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:
		@@ -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