Merge pull request #1361 from nextcloud/backport/1360/stable15

[stable15] Fix .drone.yml syntax
This commit is contained in:
Morris Jobke 2019-04-08 15:21:32 +01:00 committed by GitHub
commit 1ecb9b244f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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