Skip to content

Commit

Permalink
Merge pull request #220 from morphis/fetch-gateway-swagger
Browse files Browse the repository at this point in the history
Fetch gateway swagger API document automatically
  • Loading branch information
keirthana authored Nov 18, 2024
2 parents 3dd075c + 0ff052a commit c37b058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .base_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23
1.24
3 changes: 3 additions & 0 deletions .github/workflows/update-api-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
curl \
--unix-socket /var/snap/anbox-cloud-appliance/common/ams-unix.socket \
s/1.0/swagger.json | yq -y > ./reference/api-reference/ams-api.yaml
curl \
--unix-socket /var/snap/anbox-cloud-appliance/common/gateway/internal.sock \
s/1.0/swagger.json | yq -y > ./reference/api-reference/gateway-api.yaml
- name: Create PR
uses: canonical/create-pull-request@8f6ac18065716982f3970ef7d6d584bed1b4cbe3
with:
Expand Down

0 comments on commit c37b058

Please sign in to comment.