Skip to content

Commit b54b6c3

Browse files
authored
Merge pull request #5367 from djgoku/chore-switch-cirrus-yml-to-git-link
chore: Switch `.cirrus.yml` from SchemaStore to github URL
1 parent 7bd9236 commit b54b6c3

5 files changed

Lines changed: 1 addition & 4612 deletions

File tree

src/api/json/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@
17491749
"name": ".cirrus.yml",
17501750
"description": "Cirrus CI configuration files",
17511751
"fileMatch": [".cirrus.yml"],
1752-
"url": "https://www.schemastore.org/cirrus.json"
1752+
"url": "https://raw.githubusercontent.com/cirruslabs/cirrus-cli/main/pkg/parser/testdata/cirrus.json"
17531753
},
17541754
{
17551755
"name": ".clasp.json",

src/schema-validation.jsonc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"catalog-info.json",
4343
"chrome-manifest.json",
4444
"chutzpah.json",
45-
"cirrus.json",
4645
"cloud-sdk-pipeline-config-schema.json",
4746
"cloudify.json",
4847
"codeclimate.json",
@@ -789,9 +788,6 @@
789788
"cinnamon-spice.info.json": {
790789
"externalSchema": ["base.json"]
791790
},
792-
"cirrus.json": {
793-
"unknownKeywords": ["fileMatch"]
794-
},
795791
"clang-format.json": {
796792
"externalSchema": ["clang-format-21.x.json"]
797793
},

0 commit comments

Comments
 (0)