Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
morphis committed Oct 4, 2024
1 parent 5535d69 commit 456e1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-api-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
echo "value=$(snap info anbox-cloud-appliance | awk '/installed/{print $2}')" >> "$GITHUB_OUTPUT"
- name: Extra API spec from AMS
run: |
chmod +x
sudo apt update
sudo apt install -y jq yq
amc ls
curl \
--unix-socket /var/snap/anbox-cloud-appliance/common/ams-unix.socket \
s/1.0/swagger.json | yq -P > ./reference/api-reference/ams-api.yaml
Expand Down

0 comments on commit 456e1eb

Please sign in to comment.