Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent 7dc7b11 commit 59c3049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2889,8 +2889,7 @@ jobs:
uv venv .venv && source .venv/bin/activate
make openapi-specs
changed_files=$(git diff --name-only | awk '{$1=$1};1')
echo -e "Run 'make openapi-specs' to update the following specs: \n${changed_files}"
[[ -z "${changed_files}" ]] && exit 1
[[ -n "${changed_files}" ]] && echo -e "Run 'make openapi-specs' to update the following specs: \n${changed_files}" && exit 1
api-spec-backwards-compatible:
Expand Down
4 changes: 0 additions & 4 deletions services/api-server/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"/v0/meta": {
"get": {
"tags": [
"meta"
],
"summary": "Get Service Metadata",
"operationId": "get_service_metadata",
"responses": {
"200": {
"description": "Successful Response",
Expand Down

0 comments on commit 59c3049

Please sign in to comment.