switch to own hugo ci image
continuous-integration/drone/push Build is passing Details

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

View File

@ -30,7 +30,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.83.1-ext-alpine
image: thegeeklab/hugo:0.83.1
commands:
- hugo -b http://localhost/
@ -42,7 +42,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: public/
- name: build
image: klakegg/hugo:0.83.1-ext-alpine
image: thegeeklab/hugo:0.83.1
commands:
- hugo
@ -114,6 +114,6 @@ depends_on:
---
kind: signature
hmac: 1e48ad23cf3bc30c504e37ac1299f09102242c92e92e75d446e466355aba66e3
hmac: a487eaa9d97b4e1572c21847690c57596c3fbfc66bf2b5978cb26c1121e41bce
...