fix: fix path in seed job

This commit is contained in:
Khue Doan 2021-12-24 01:16:23 +07:00
parent d4566790e3
commit d086135966

View File

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