Skip to content

Commit

Permalink
Fix CI after API schema file move
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon committed Mar 7, 2024
1 parent ecebf40 commit 79d17b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: check asyncapi.yaml file
uses: WaleedAshraf/[email protected]
with:
filepath: "./docs/user/reference/asyncapi.yaml"
filepath: "./docs/reference/asyncapi.yaml"
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
lifecycle: production
owner: user:vid18871
definition:
$text: ./docs/user/reference/openapi.yaml
$text: ./docs/reference/openapi.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
Expand All @@ -44,4 +44,4 @@ spec:
lifecycle: production
owner: user:vid18871
definition:
$text: ./docs/user/reference/asyncapi.yaml
$text: ./docs/reference/asyncapi.yaml
2 changes: 1 addition & 1 deletion src/blueapi/service/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from blueapi.service.main import app

DOCS_SCHEMA_LOCATION = (
Path(__file__).parents[3] / "docs" / "user" / "reference" / "openapi.yaml"
Path(__file__).parents[3] / "docs" / "reference" / "openapi.yaml"
)


Expand Down

0 comments on commit 79d17b1

Please sign in to comment.