From 5ac47c0af62c6c3f62a5fac4868d269466bd9cc3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 11 Jul 2023 21:29:37 +0200 Subject: [PATCH] ci: bump hugo to v0.115.2 (#558) --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index daec60f..c02de09 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -304,7 +304,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'thegeeklab/hugo:0.114.0', + image: 'thegeeklab/hugo:0.115.2', commands: [ 'hugo --panicOnWarning -s docs/ -b http://localhost:8000/', ], @@ -322,7 +322,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'thegeeklab/hugo:0.114.0', + image: 'thegeeklab/hugo:0.115.2', commands: [ 'hugo --panicOnWarning -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 912c543..e242c0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -322,7 +322,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.114.0 + image: thegeeklab/hugo:0.115.2 commands: - hugo --panicOnWarning -s docs/ -b http://localhost:8000/ @@ -335,7 +335,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.114.0 + image: thegeeklab/hugo:0.115.2 commands: - hugo --panicOnWarning -s docs/ @@ -440,6 +440,6 @@ depends_on: --- kind: signature -hmac: 63e36c0ac09bbac4ea5640f1d727a210b27b6d20bc9888e7ee256ac730785eec +hmac: 3110863704824a470d373a5abfd6a94bcd3509dc94ffeabfcd02e57f4972d8d1 ...