mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
fix: fix path in seed job
This commit is contained in:
parent
d4566790e3
commit
d086135966
@ -11,7 +11,7 @@ jobs:
|
|||||||
- get: homelab-git
|
- get: homelab-git
|
||||||
trigger: true
|
trigger: true
|
||||||
- set_pipeline: self
|
- set_pipeline: self
|
||||||
file: .concourse/seed.yaml
|
file: homelab-git/.concourse/seed.yaml
|
||||||
- name: configure-pipelines
|
- name: configure-pipelines
|
||||||
plan:
|
plan:
|
||||||
- get: homelab-git
|
- get: homelab-git
|
||||||
@ -19,4 +19,4 @@ jobs:
|
|||||||
passed:
|
passed:
|
||||||
- configure-self
|
- configure-self
|
||||||
- set_pipeline: yaml-lint
|
- set_pipeline: yaml-lint
|
||||||
file: .concourse/yaml-lint.yaml
|
file: homelab-git/.concourse/yaml-lint.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user