mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
update to hugo:0.97.3 in ci
This commit is contained in:
parent
e23f3462d8
commit
4dfe569d7c
@ -341,7 +341,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'testbuild',
|
||||
image: 'thegeeklab/hugo:0.93.2',
|
||||
image: 'thegeeklab/hugo:0.97.3',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -s docs/ -b http://localhost/',
|
||||
],
|
||||
@ -358,7 +358,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'build',
|
||||
image: 'thegeeklab/hugo:0.93.2',
|
||||
image: 'thegeeklab/hugo:0.97.3',
|
||||
commands: [
|
||||
'hugo --panicOnWarning -s docs/',
|
||||
],
|
||||
|
@ -499,7 +499,7 @@ steps:
|
||||
NPM_CONFIG_LOGLEVEL: error
|
||||
|
||||
- name: testbuild
|
||||
image: thegeeklab/hugo:0.93.2
|
||||
image: thegeeklab/hugo:0.97.3
|
||||
commands:
|
||||
- hugo --panicOnWarning -s docs/ -b http://localhost/
|
||||
|
||||
@ -511,7 +511,7 @@ steps:
|
||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||
|
||||
- name: build
|
||||
image: thegeeklab/hugo:0.93.2
|
||||
image: thegeeklab/hugo:0.97.3
|
||||
commands:
|
||||
- hugo --panicOnWarning -s docs/
|
||||
|
||||
@ -649,6 +649,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: c075be1e8c2c431a5b20a49c81c5494829d06335aea8b4894d546bf1e6bece74
|
||||
hmac: 6b4b88531247b774d34061a80db83fcef0c51e75a4555d5f1b0621dd73940363
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user