try alpine with hugo
the build failed Details

This commit is contained in:
Robert Kaussow 2018-12-20 10:06:56 +01:00
parent f5c85bd05d
commit 665259736b
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ pipeline:
event: push
build-prod:
image: cbrgm/drone-hugo:latest
hugoVersion: 0.52
validate: true
theme: geeklab
image: alpine
command:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -O - | tar -xz
- ./hugo version
when:
branch: master
event: push