Fix .drone.yml syntax

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-08 11:50:56 +02:00 committed by Backportbot
parent dea2697d1f
commit 02893df19c

View File

@ -1,8 +1,18 @@
pipeline:
documentation:
image: nextcloudci/documentation:documentation-9
commands:
- npm install svgexport -g
- pip2 install -r requirements.txt
- make all
branches: [ master, stable* ]
kind: pipeline
name: documentation
steps:
- name: documentation
image: nextcloudci/documentation:documentation-9
commands:
- npm install svgexport -g
- pip2 install -r requirements.txt
- make all
trigger:
branch:
- master
- stable*
event:
- pull_request
- push