From 0de2faf44513315e97a9c4008a728234e5759c7e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 May 2022 22:07:12 +0200 Subject: [PATCH] update to hugo:0.97.3 in ci --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 2b246b1..e3c7dc9 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -322,7 +322,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'thegeeklab/hugo:0.93.2', + image: 'thegeeklab/hugo:0.97.3', commands: [ 'hugo --panicOnWarning -s docs/ -b http://localhost/', ], @@ -339,7 +339,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'thegeeklab/hugo:0.93.2', + image: 'thegeeklab/hugo:0.97.3', commands: [ 'hugo --panicOnWarning -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 22f3166..5962fd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -480,7 +480,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.93.2 + image: thegeeklab/hugo:0.97.3 commands: - hugo --panicOnWarning -s docs/ -b http://localhost/ @@ -492,7 +492,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: thegeeklab/hugo:0.93.2 + image: thegeeklab/hugo:0.97.3 commands: - hugo --panicOnWarning -s docs/ @@ -630,6 +630,6 @@ depends_on: --- kind: signature -hmac: 87e424afec40d86266e7ebfb6bb9eaf77313cd2800bc810fae0ff86408641da0 +hmac: 64f7c31f76924de9f0827e2afaca02a68643c6b48f8805c0f16ac147511c4805 ...