Skip to content

Commit d05e1cf

Browse files
authored
Update Bitbucket Pipelines schema URL
The JSON schema for Bitbucket Pipelines configuration file is now officially provided by Bitbucket.
1 parent 121fbf7 commit d05e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def _bitbucket_pipelines_url() -> str:
7-
return "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json" # noqa: E501
7+
return "https://api.bitbucket.org/schemas/pipelines-configuration"
88

99

1010
def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:

0 commit comments

Comments
 (0)