Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/PTFE-1927-dev…
Browse files Browse the repository at this point in the history
…-major-support
  • Loading branch information
tcarmet committed Jul 31, 2024
2 parents d86bfad + 37ee8cc commit b5964ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bert_e/tests/images/github-mock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl https://github.com/stoplightio/prism/releases/download/${PRISM_VERSION}

WORKDIR /app

RUN curl -O -L https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/ghec/ghec.2022-11-28.json
RUN curl -O -L https://raw.githubusercontent.com/github/rest-api-description/a2f6c1ddb1840778cf7a4119c4446d697f77500e/descriptions/ghec/ghec.2022-11-28.json

# There's a misconfiguration in the openapi file, we are going to replace the following strings:
# - "server-statistics-actions.yaml" -> "#/components/schemas/server-statistics-actions"
Expand All @@ -26,4 +26,4 @@ RUN sed -i 's/server-statistics-actions.yaml/#\/components\/schemas\/server-stat

ENTRYPOINT [ "prism" ]

CMD ["mock", "ghec.2022-11-28.json", "-h", "0.0.0.0"]
CMD ["mock", "ghec.2022-11-28.json", "-h", "0.0.0.0"]

0 comments on commit b5964ac

Please sign in to comment.