Skip to content

Commit

Permalink
[Ops] Use full relative file paths for location entries (#178205)
Browse files Browse the repository at this point in the history
## Summary
Another padding on #178136 - this
time using another way of proper local paths, with `./` added.
  • Loading branch information
delanni authored Mar 7, 2024
1 parent ae6cab1 commit 04aeaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-resource-definitions/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
type: file
targets:
- kibana-migration-staging.yml
- ./kibana-migration-staging.yml
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
description: A location re-routing file, pointing to individual buildkite pipeline definition files
spec:
type: file
target: .buildkite/pipeline-resource-definitions/locations.yml
target: ./.buildkite/pipeline-resource-definitions/locations.yml

---

Expand Down

0 comments on commit 04aeaa2

Please sign in to comment.