From 8a5a7aaa9e1a9b47686f8e15ad3e904d86b5b534 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 67ae984..cd77b8a 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -244,7 +244,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/', ], @@ -261,7 +261,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 1d3787e..fe792e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -256,7 +256,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/ @@ -268,7 +268,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/ @@ -354,6 +354,6 @@ depends_on: --- kind: signature -hmac: 2a8711f166f19c03f78909ab06c72ad8fd8e4c4a5689208a494f84268ee26ebc +hmac: 883d37fe78e12ab811094a5ea09136134f2a30ae18b0070e738c8767a227808b ...