diff --git a/.buildkite/pipeline-resource-definitions/locations.yml b/.buildkite/pipeline-resource-definitions/locations.yml index 991da0821e7c0..30c1ffc34e41e 100644 --- a/.buildkite/pipeline-resource-definitions/locations.yml +++ b/.buildkite/pipeline-resource-definitions/locations.yml @@ -4,6 +4,6 @@ metadata: name: kibana-buildkite-pipelines-list description: This file points to individual buildkite pipeline definition files spec: - type: file + type: url targets: - - ./kibana-migration-staging.yml + - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-migration-staging.yml diff --git a/catalog-info.yaml b/catalog-info.yaml index 5c176ba7fbc08..05ef4c8482bfb 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -36,8 +36,8 @@ metadata: name: kibana-buildkite-pipelines description: A location re-routing file, pointing to individual buildkite pipeline definition files spec: - type: file - target: ./.buildkite/pipeline-resource-definitions/locations.yml + type: url + target: https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/locations.yml ---