use hugo image instead of plugin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-07 23:46:14 +01:00
parent a89f62dbd4
commit 12ff913209
1 changed files with 3 additions and 8 deletions

View File

@ -4,15 +4,10 @@ name: default
steps: steps:
- name: build-draft - name: build-draft
image: plugins/hugo image: klakegg/hugo:0.53-alpine
pull: always pull: always
settings: commands:
hugoVersion: 0.53 - hugo --buildDrafts --buildExpired --buildFuture
validate: true
buildDrafts: true
buildExpired: true
buildFuture: true
theme: geeklab
when: when:
branch: [ draft ] branch: [ draft ]
event: [ push ] event: [ push ]