mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update to child pipelines
This commit is contained in:
parent
9b5f1a0fee
commit
06be8dc6cc
1 changed files with 18 additions and 3 deletions
|
|
@ -1,3 +1,18 @@
|
||||||
include:
|
stages:
|
||||||
- local: infra/.gitlab/.gitlab-ci.yml
|
- triggers
|
||||||
#- local: dmz/.gitlab/.gitlab-ci.yml
|
|
||||||
|
build_windows:
|
||||||
|
stage: triggers
|
||||||
|
trigger:
|
||||||
|
include: infra/.gitlab/.gitlab-ci.yml
|
||||||
|
rules:
|
||||||
|
- changes:
|
||||||
|
- "dmz/terraform/*.tf"
|
||||||
|
|
||||||
|
build_linux:
|
||||||
|
stage: triggers
|
||||||
|
trigger:
|
||||||
|
include: dmz/.gitlab/.gitlab-ci.yml
|
||||||
|
rules:
|
||||||
|
- changes:
|
||||||
|
- "infra/terraform/*.tf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue