wiki/.drone.yml

13 lines
263 B
YAML
Raw Normal View History

2021-07-24 21:44:49 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
2021-07-24 21:51:13 +00:00
- apk add tree libxslt libxml2-utils bash
2021-07-24 21:46:30 +00:00
- apk add pandoc --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
2021-07-24 21:51:13 +00:00
- bash -xe build.sh