Merge pull request #1360 from nextcloud/fix/noid/drone-yml

Fix .drone.yml syntax
This commit is contained in:
John Molakvoæ
2019-04-08 13:41:03 +02:00
committed by GitHub

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