mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
update to hugo:0.97.3 in ci
This commit is contained in:
parent
8fa5ab766f
commit
4ea80dec1c
@ -337,7 +337,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'thegeeklab/hugo:0.93.2',
|
image: 'thegeeklab/hugo:0.97.3',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning -s docs/ -b http://localhost/',
|
'hugo --panicOnWarning -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
@ -354,7 +354,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'thegeeklab/hugo:0.93.2',
|
image: 'thegeeklab/hugo:0.97.3',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning -s docs/',
|
'hugo --panicOnWarning -s docs/',
|
||||||
],
|
],
|
||||||
|
@ -482,7 +482,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.93.2
|
image: thegeeklab/hugo:0.97.3
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -s docs/ -b http://localhost/
|
- hugo --panicOnWarning -s docs/ -b http://localhost/
|
||||||
|
|
||||||
@ -494,7 +494,7 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.93.2
|
image: thegeeklab/hugo:0.97.3
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -s docs/
|
- hugo --panicOnWarning -s docs/
|
||||||
|
|
||||||
@ -632,6 +632,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2b365c4e9dc022c285850706cc47751489bbc429652c656e1e169e9961b4bc1b
|
hmac: 43c78fd91bfeae9f192c5e5c30a5bc74288dc82747fb58fb529c1520fc3c0d90
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user