mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +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
|
||||
trigger: true
|
||||
- set_pipeline: self
|
||||
file: .concourse/seed.yaml
|
||||
file: homelab-git/.concourse/seed.yaml
|
||||
- name: configure-pipelines
|
||||
plan:
|
||||
- get: homelab-git
|
||||
@ -19,4 +19,4 @@ jobs:
|
||||
passed:
|
||||
- configure-self
|
||||
- set_pipeline: yaml-lint
|
||||
file: .concourse/yaml-lint.yaml
|
||||
file: homelab-git/.concourse/yaml-lint.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user