mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
ci: bump hugo to v0.114.0 (#516)
This commit is contained in:
parent
8280a62fb9
commit
1144c6f733
@ -286,7 +286,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/',
|
||||
],
|
||||
@ -304,7 +304,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'build',
|
||||
image: 'thegeeklab/hugo:0.105.0',
|
||||
image: 'thegeeklab/hugo:0.114.0',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -s docs/',
|
||||
],
|
||||
|
@ -303,7 +303,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/
|
||||
|
||||
@ -316,7 +316,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/
|
||||
|
||||
@ -421,6 +421,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: c0b1c00f31a9e3ec91ca5c5d0782440799de77afda0b4caa517f428be2c8e97a
|
||||
hmac: 6bd991b58ec8176927abae2804235f00b7496ed4cf0a36e67c6b8dbdca42555c
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user