mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-21 23:10:40 +00:00
chore: bump hugo to v0.105.0 (#54)
This commit is contained in:
parent
865bd9aed3
commit
48a83b9740
@ -43,7 +43,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'thegeeklab/hugo:0.97.3',
|
image: 'thegeeklab/hugo:0.105.0',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning -b http://localhost:8000/',
|
'hugo --panicOnWarning -b http://localhost:8000/',
|
||||||
],
|
],
|
||||||
@ -61,7 +61,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'thegeeklab/hugo:0.97.3',
|
image: 'thegeeklab/hugo:0.105.0',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning',
|
'hugo --panicOnWarning',
|
||||||
],
|
],
|
||||||
|
@ -34,7 +34,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.97.3
|
image: thegeeklab/hugo:0.105.0
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -b http://localhost:8000/
|
- hugo --panicOnWarning -b http://localhost:8000/
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ steps:
|
|||||||
LINK_VALIDATOR_RETRIES: 3
|
LINK_VALIDATOR_RETRIES: 3
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.97.3
|
image: thegeeklab/hugo:0.105.0
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning
|
- hugo --panicOnWarning
|
||||||
|
|
||||||
@ -86,6 +86,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 541c0951ef21b82961d09fb5b167a80ab30084d517d1c7cd405e37340c5fdbe3
|
hmac: f99a61d4ef60dce63207c62d91f131f54c6b3ec8a1e2a0beab6f478b748100a5
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user