Added drone step to build
the build failed Details

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
1 changed files with 8 additions and 0 deletions

View File

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