File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # A Component for the release pipeline
3
+ #
4
+ # yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
5
+ apiVersion : backstage.io/v1alpha1
6
+ kind : Resource
7
+ metadata :
8
+ name : apm-agent-php-release
9
+ description : apm-agent-php-release
10
+ annotations :
11
+ backstage.io/source-location : url:https://github.com/elastic/apm-agent-php/blob/main/.github/workflows/release.yml
12
+ github.com/project-slug : elastic/apm-agent-php
13
+ github.com/team-slug : elastic/apm-agent-php
14
+ tags :
15
+ - buildkite
16
+ - github
17
+ - gpg-sign
18
+ - release
19
+ - user:obltmachine
20
+ links :
21
+ - title : GitHub action
22
+ url : https://github.com/elastic/apm-agent-php/actions/workflows/release.yml
23
+ spec :
24
+ type : github-actions
25
+ owner : group:apm-agent-php
26
+ lifecycle : production
27
+ dependsOn :
28
+ - " component:buildkite-pipeline-observability-robots-php-release"
29
+ - " component:github-action-buildkite"
30
+ - " system:buildkite"
31
+ - " system:github-actions"
32
+ - " user:obltmachine"
You can’t perform that action at this time.
0 commit comments