Added drone step to build
Some checks failed
the build failed

This commit is contained in:
kolaente 2018-10-15 10:43:31 +02:00
parent 19b4bdf615
commit 33f6b443e3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -8,6 +8,14 @@ clone:
tags: true tags: true
pipeline: pipeline:
build:
image: publysher/hugo
pull: true
commands:
- hugo
when:
event: [ push, tag, pull_request ]
docker: docker:
image: plugins/docker image: plugins/docker
pull: true pull: true