From 06022490587780584f33b6deffff976ea3911dc2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 3 Jan 2021 22:05:31 +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 fc76ad0..d3f8c62 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -317,7 +317,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/', ], @@ -334,7 +334,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 26a961e..bc5b05b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -516,7 +516,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/ @@ -528,7 +528,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/ @@ -670,6 +670,6 @@ depends_on: --- kind: signature -hmac: 63d5c7ff9459d99d13c1e051d9c78585cefd140e8dffe80155721df485f75d49 +hmac: 81b7b5c60b3c7f5ccd875a2685c08239e972ec404b2d8b26b3a864bf0f2440c9 ...