1pipeline:
2  #doc:
3  #  image: asciidoctor/docker-asciidoctor
4  #  secrets: [ rsync_password ]
5  #  commands:
6  #    - apk add --no-cache libxslt docbook-xsl rsync
7  #    - "(cd _doc/guide && make && make deploy; )"
8
9  test:
10    image: golang:latest
11    commands:
12      - export GOPATH=/drone
13      - export CGO_ENABLED=0
14      - export PEBBLE_VA_ALWAYS_VALID=1
15      - .drone/script
16