From 2d415caca673c0e454e129963dee5214950b116d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 11 Jul 2023 21:28:06 +0200 Subject: [PATCH] ci: bump hugo to v0.115.2 (#436) --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 9de11da..6e89141 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 2711ffc..db77e3d 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: 29715ecd257dafd3f0060ac20bd46413d8b26f9aeeee934a399982ecb5cae31c +hmac: 950f00a56e8c3e4a09a1d870e158f3b617662500627c51bc9851309293152f89 ...