mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
switch to own hugo ci image
This commit is contained in:
parent
bb55fb0a9e
commit
82d363a68c
@ -334,9 +334,9 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'testbuild',
|
||||
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
||||
image: 'thegeeklab/hugo:0.83.1',
|
||||
commands: [
|
||||
'hugo-official -s docs/ -b http://localhost/',
|
||||
'hugo -s docs/ -b http://localhost/',
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -351,9 +351,9 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'build',
|
||||
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
||||
image: 'thegeeklab/hugo:0.83.1',
|
||||
commands: [
|
||||
'hugo-official -s docs/',
|
||||
'hugo -s docs/',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
10
.drone.yml
10
.drone.yml
@ -494,9 +494,9 @@ steps:
|
||||
NPM_CONFIG_LOGLEVEL: error
|
||||
|
||||
- name: testbuild
|
||||
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||
image: thegeeklab/hugo:0.83.1
|
||||
commands:
|
||||
- hugo-official -s docs/ -b http://localhost/
|
||||
- hugo -s docs/ -b http://localhost/
|
||||
|
||||
- name: link-validation
|
||||
image: thegeeklab/link-validator
|
||||
@ -506,9 +506,9 @@ steps:
|
||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||
|
||||
- name: build
|
||||
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||
image: thegeeklab/hugo:0.83.1
|
||||
commands:
|
||||
- hugo-official -s docs/
|
||||
- hugo -s docs/
|
||||
|
||||
- name: beautify
|
||||
image: node:lts-alpine
|
||||
@ -644,6 +644,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 1a3c02e976a4a552c4253dad73027fb2cd25e7a91d51d86eb125211b573cddee
|
||||
hmac: 004d8bf66e7e19cba40f49afc42c3c1a70273af99238afc0476a7bc47ccb4441
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user