We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 121fbf7 + d05e1cf commit 30599abCopy full SHA for 30599ab
src/check_jsonschema/catalog.py
@@ -4,7 +4,7 @@
4
5
6
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
+ return "https://api.bitbucket.org/schemas/pipelines-configuration"
8
9
10
def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
0 commit comments