Skip to content

Commit 76c3370

Browse files
authored
Update Bitbucket Pipelines schema URL (SchemaStore#4639)
The JSON schema for Bitbucket Pipelines configuration file is now officially provided by Bitbucket.
1 parent 6fe1558 commit 76c3370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/json/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
"name": "bitbucket-pipelines",
766766
"description": "Bitbucket Pipelines CI/CD manifest",
767767
"fileMatch": ["bitbucket-pipelines.yml"],
768-
"url": "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json"
768+
"url": "https://api.bitbucket.org/schemas/pipelines-configuration"
769769
},
770770
{
771771
"name": "bitrise",

0 commit comments

Comments
 (0)