From 4dfe569d7c09437965ed4cca6822e8474ce3dec8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 May 2022 22:07:14 +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 6d47220..28ffc5f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -341,7 +341,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/', ], @@ -358,7 +358,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 3236dfa..d321d31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -499,7 +499,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/ @@ -511,7 +511,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/ @@ -649,6 +649,6 @@ depends_on: --- kind: signature -hmac: c075be1e8c2c431a5b20a49c81c5494829d06335aea8b4894d546bf1e6bece74 +hmac: 6b4b88531247b774d34061a80db83fcef0c51e75a4555d5f1b0621dd73940363 ...