Files
nextcloud-docs/.drone.yml
John Molakvoæ (skjnldsv) d5a1678967 Bump docker ci
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-07 14:14:08 +01:00

9 lines
243 B
YAML

pipeline:
documentation:
image: nextcloudci/documentation:documentation-9
commands:
- npm install svgexport -g
- pip2 install -r requirements.txt
- make all
branches: [ master, stable* ]