mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
ci: bump hugo to v0.114.0 (#549)
This commit is contained in:
parent
9d81d2fd66
commit
b99be1f3a5
@ -304,7 +304,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'testbuild',
|
||||
image: 'thegeeklab/hugo:0.105.0',
|
||||
image: 'thegeeklab/hugo:0.114.0',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -s docs/ -b http://localhost:8000/',
|
||||
],
|
||||
@ -322,7 +322,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'build',
|
||||
image: 'thegeeklab/hugo:0.105.0',
|
||||
image: 'thegeeklab/hugo:0.114.0',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -s docs/',
|
||||
],
|
||||
|
@ -322,7 +322,7 @@ steps:
|
||||
NPM_CONFIG_LOGLEVEL: error
|
||||
|
||||
- name: testbuild
|
||||
image: thegeeklab/hugo:0.105.0
|
||||
image: thegeeklab/hugo:0.114.0
|
||||
commands:
|
||||
- hugo --panicOnWarning -s docs/ -b http://localhost:8000/
|
||||
|
||||
@ -335,7 +335,7 @@ steps:
|
||||
LINK_VALIDATOR_RETRIES: 3
|
||||
|
||||
- name: build
|
||||
image: thegeeklab/hugo:0.105.0
|
||||
image: thegeeklab/hugo:0.114.0
|
||||
commands:
|
||||
- hugo --panicOnWarning -s docs/
|
||||
|
||||
@ -440,6 +440,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 246d3b09f1c3adaf9bcc465282c1e172e5f0b9bd13c5d71fdc56ea7e836b1808
|
||||
hmac: 63e36c0ac09bbac4ea5640f1d727a210b27b6d20bc9888e7ee256ac730785eec
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user