File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments