switch to own hugo ci image
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Robert Kaussow 2021-05-06 22:42:11 +02:00
parent 8d102addfc
commit 819442f338
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ steps:
- name: testbuild
image: klakegg/hugo:0.83.1-ext-alpine
commands:
- hugo-official -b http://localhost/
- hugo -b http://localhost/
- name: link-validation
image: thegeeklab/link-validator
@ -44,7 +44,7 @@ steps:
- name: build
image: klakegg/hugo:0.83.1-ext-alpine
commands:
- hugo-official
- hugo
- name: beautify
image: node:lts-alpine
@ -114,6 +114,6 @@ depends_on:
---
kind: signature
hmac: 416758d9a020b137585fc52674c84f5a703db8a2f0d2bb92f13d28ba7c260742
hmac: 1e48ad23cf3bc30c504e37ac1299f09102242c92e92e75d446e466355aba66e3
...