From 39adef79b4de5c1109d6a11bf3db742d74cf574e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 15 Apr 2020 01:34:31 +0200 Subject: [PATCH] update hugo to v0.69.0 --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 7ec4473..deec193 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -192,7 +192,7 @@ local PipelineDocs = { }, { name: 'test', - image: 'klakegg/hugo:0.59.1-ext-alpine', + image: 'klakegg/hugo:0.69.0-ext-alpine', commands: [ 'cd docs/ && hugo-official', ], diff --git a/.drone.yml b/.drone.yml index a8d900d..a83dca9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -215,7 +215,7 @@ steps: - make doc - name: test - image: klakegg/hugo:0.59.1-ext-alpine + image: klakegg/hugo:0.69.0-ext-alpine commands: - cd docs/ && hugo-official @@ -306,6 +306,6 @@ depends_on: --- kind: signature -hmac: bfc2834ca02c31c299b1f63c967430cb59fc79ca55de8a74b2cf7184b0da715f +hmac: a8fa81069f019d873f20bec815688759f4f862a962141dc8ec872f5abc8cadeb ...