Skip to content

Commit f050c77

Browse files
authored
Initial commit
0 parents  commit f050c77

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Validation script for unity-cloud-reference-project
2+
#This is used to validate your catalog-info.yaml
3+
4+
name: Validate Catalog-info.yaml
5+
on:
6+
pull_request:
7+
paths:
8+
- 'catalog-info.yaml'
9+
push:
10+
paths:
11+
- 'catalog-info.yaml'
12+
branches: [main]
13+
14+
jobs:
15+
validate_catalog:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: 'Checkout'
19+
uses: actions/checkout@v3
20+
21+
- id: 'Validate'
22+
uses: 'RoadieHQ/backstage-entity-validator@v0.3.2'

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# unity-cloud-reference-project
2+
Public slack channel: [#cloud-st-reference-project](https://unity.slack.com/messages/C04AT7P0FHT/) <br/>
3+
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unity-cloud-reference-project) <br/>
4+
# Converting to public repository
5+
Any and all Unity software of any description (including components) (1) whose source is to be made available other than under a Unity source code license or (2) in respect of which a public announcement is to be made concerning its inner workings, may be licensed and released only upon the prior approval of Legal.
6+
The process for that is to access, complete, and submit this [FORM](https://docs.google.com/forms/d/e/1FAIpQLSe3H6PARLPIkWVjdB_zMvuIuIVtrqNiGlEt1yshkMCmCMirvA/viewform).

catalog-info.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# For more information about the available options please visit: http://go/backstage (VPN required)
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
annotations:
6+
github.com/project-slug: Unity-Technologies/unity-cloud-reference-project
7+
name: unity-cloud-reference-project
8+
description: "Unity Cloud Reference Project"
9+
labels:
10+
costcenter: "2212"
11+
tags:
12+
- planned-public
13+
links:
14+
- url: https://unity.slack.com/messages/C04AT7P0FHT/
15+
title: "#cloud-st-reference-project"
16+
icon: chat
17+
spec:
18+
type: other
19+
lifecycle: pre-production
20+
owner: unity-technologies/reference-project-team

0 commit comments

Comments
 (0)