mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #1360 from nextcloud/fix/noid/drone-yml
Fix .drone.yml syntax
This commit is contained in:
26
.drone.yml
26
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user