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