mirror of
https://github.com/thegeeklab/drone-plugin-index.git
synced 2024-11-22 01:40:41 +00:00
ci: update hugo to v0.93.2
This commit is contained in:
parent
fe555445eb
commit
9502112e86
@ -44,9 +44,9 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'thegeeklab/hugo:0.91.0',
|
image: 'thegeeklab/hugo:0.93.2',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo -b http://localhost/',
|
'hugo --panicOnWarning -b http://localhost/',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -61,9 +61,9 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'thegeeklab/hugo:0.91.0',
|
image: 'thegeeklab/hugo:0.93.2',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo',
|
'hugo --panicOnWarning',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
10
.drone.yml
10
.drone.yml
@ -35,9 +35,9 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- hugo -b http://localhost/
|
- hugo --panicOnWarning -b http://localhost/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: thegeeklab/link-validator
|
image: thegeeklab/link-validator
|
||||||
@ -47,9 +47,9 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: public
|
LINK_VALIDATOR_BASE_DIR: public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo --panicOnWarning
|
||||||
|
|
||||||
- name: beautify
|
- name: beautify
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
@ -87,6 +87,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 5b5951dd92dad9fd673283f1bb0412856a5bd6e34af58b966d7e008c8ff319b4
|
hmac: a7ee35a74693c4b699b48bf56f3acba47507d47178d6396a345878ff64cfaa13
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user