mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
switch to own hugo ci image
This commit is contained in:
parent
5d02e3968b
commit
d6e75a39d2
@ -332,9 +332,9 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
image: 'thegeeklab/hugo:0.83.1',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/ -b http://localhost/',
|
'hugo -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -349,9 +349,9 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
image: 'thegeeklab/hugo:0.83.1',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/',
|
'hugo -s docs/',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
10
.drone.yml
10
.drone.yml
@ -492,9 +492,9 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
image: thegeeklab/hugo:0.83.1
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/ -b http://localhost/
|
- hugo -s docs/ -b http://localhost/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: thegeeklab/link-validator
|
image: thegeeklab/link-validator
|
||||||
@ -504,9 +504,9 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
image: thegeeklab/hugo:0.83.1
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/
|
- hugo -s docs/
|
||||||
|
|
||||||
- name: beautify
|
- name: beautify
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
@ -642,6 +642,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 92598b15ed0ee779365aefa7c9c90fcb6715beca480d091e3135a37f02f55000
|
hmac: becc18690731888e4a7b6c93c782df73002dbb7e701e7280cefb19743e830727
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user