From 4ea80dec1cb013a86837854d3e0dd8b3ac0e77a5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 May 2022 22:07:13 +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 21c4836..5b467e1 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -337,7 +337,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/', ], @@ -354,7 +354,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 429a9ec..c2bdf7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -482,7 +482,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/ @@ -494,7 +494,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/ @@ -632,6 +632,6 @@ depends_on: --- kind: signature -hmac: 2b365c4e9dc022c285850706cc47751489bbc429652c656e1e169e9961b4bc1b +hmac: 43c78fd91bfeae9f192c5e5c30a5bc74288dc82747fb58fb529c1520fc3c0d90 ...