Skip to content

Commit 59c3049

Browse files
committed
test
1 parent 7dc7b11 commit 59c3049

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,8 +2889,7 @@ jobs:
28892889
uv venv .venv && source .venv/bin/activate
28902890
make openapi-specs
28912891
changed_files=$(git diff --name-only | awk '{$1=$1};1')
2892-
echo -e "Run 'make openapi-specs' to update the following specs: \n${changed_files}"
2893-
[[ -z "${changed_files}" ]] && exit 1
2892+
[[ -n "${changed_files}" ]] && echo -e "Run 'make openapi-specs' to update the following specs: \n${changed_files}" && exit 1
28942893
28952894
28962895
api-spec-backwards-compatible:

services/api-server/openapi.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
"/v0/meta": {
1010
"get": {
1111
"tags": [
12-
"meta"
13-
],
14-
"summary": "Get Service Metadata",
15-
"operationId": "get_service_metadata",
1612
"responses": {
1713
"200": {
1814
"description": "Successful Response",

0 commit comments

Comments
 (0)