Skip to content

Commit

Permalink
fixup! [#114] Check swagger docs are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Aug 21, 2022
1 parent f123b6f commit 421a615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
depends_on: build
commands:
- nix-build ci.nix -A coffer-swagger-api
# - nix run -f ci.nix -c ./scripts/validate-swagger-docs.sh ./result/bin/coffer-swagger-api
- ./scripts/validate-swagger-docs.sh ./result/bin/coffer-swagger-api

- label: server integration
depends_on: build
Expand Down
4 changes: 2 additions & 2 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1374,5 +1374,5 @@
}
}
},
"openapi": "3.0.0x"
}
"openapi": "3.0.0"
}

0 comments on commit 421a615

Please sign in to comment.