* Using extends in builder jobs

Ideally this fixes the builder/deploy pipeline for pages but
this is still  experimental
This commit is contained in:
shockrah 2022-03-20 23:16:12 +00:00
parent 00f0c0ac27
commit 1f3bc5e74d

View File

@ -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