* Using extends
in builder jobs
Ideally this fixes the builder/deploy pipeline for pages but this is still experimental
This commit is contained in:
parent
00f0c0ac27
commit
1f3bc5e74d
@ -8,13 +8,15 @@ stages:
|
|||||||
include:
|
include:
|
||||||
- local: 'ci/builders.yml'
|
- local: 'ci/builders.yml'
|
||||||
|
|
||||||
build-neocities: &builder
|
build-neocities:
|
||||||
stage: build
|
stage: build
|
||||||
|
extends: .builder
|
||||||
script:
|
script:
|
||||||
- hugo --config configs/neocities.toml
|
- hugo --config configs/neocities.toml
|
||||||
|
|
||||||
build-pages: &builder
|
build-pages:
|
||||||
stage: build
|
stage: build
|
||||||
|
extends: .builder
|
||||||
script:
|
script:
|
||||||
- hugo --config configs/pages.toml
|
- hugo --config configs/pages.toml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user