From f88a66f402c1fa4960bcf445fec9d350bcd87706 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 3 Jan 2021 22:05:30 +0100 Subject: [PATCH] use hugo 0.80 in ci --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index c65a34e..7209a47 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -298,7 +298,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'klakegg/hugo:0.74.3-ext-alpine', + image: 'klakegg/hugo:0.80.0-ext-alpine-ci', commands: [ 'hugo-official -s docs/ -b http://localhost/', ], @@ -315,7 +315,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'klakegg/hugo:0.74.3-ext-alpine', + image: 'klakegg/hugo:0.80.0-ext-alpine-ci', commands: [ 'hugo-official -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 4bd1483..fa3d8d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -497,7 +497,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.80.0-ext-alpine-ci commands: - hugo-official -s docs/ -b http://localhost/ @@ -509,7 +509,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.80.0-ext-alpine-ci commands: - hugo-official -s docs/ @@ -653,6 +653,6 @@ depends_on: --- kind: signature -hmac: 294dd727afe86d2b1764dc93ca382c33738ab08ed1e560de1ea5560b576187e2 +hmac: a3c4fe34462613c646211010eb0719e24a6720668a282d12a31b3a86d588c245 ...