Skip to content

Commit 30599ab

Browse files
authored
Merge pull request #556 from detouched/detouched/update-bitbucket-pipelines-json-schema-url
Update Bitbucket Pipelines schema URL
2 parents 121fbf7 + d05e1cf commit 30599ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/check_jsonschema/catalog.py

+1-1
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)