Skip to content

Commit

Permalink
Fixing ghec open api schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Jul 19, 2024
1 parent 9756103 commit 471f426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/images/github-mock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN curl -O -L https://raw.githubusercontent.com/github/rest-api-description/mai
# - "server-statistics-packages.yaml" -> "#/components/schemas/server-statistics-packages"

RUN sed -i 's/server-statistics-actions.yaml/#\/components\/schemas\/server-statistics-actions/g' ghec.2022-11-28.json \
&& sed -i 's/server-statistics-packages.yaml/#\/components\/schemas\/server-statistics-packages/g' ghec.2022-11-28.json
&& sed -i 's/server-statistics-packages.yaml/#\/components\/schemas\/server-statistics-packages/g' ghec.2022-11-28.json \
&& sed -i 's/server-statistics-advisory-db.yaml/#\/components\/schemas\/server-statistics-advisory-db/g' ghec.2022-11-28.json

ENTRYPOINT [ "prism" ]

Expand Down

0 comments on commit 471f426

Please sign in to comment.