feat: added tag stripping step to openapi generation to fix codegen (#428)

* feat: added tag stripping step to openapi generation to fix codegen

* fix: run tag removal in docker container

* fix: ignore cli generated yaml
This commit is contained in:
Andrew Depke
2022-07-26 13:02:19 -06:00
committed by GitHub
parent c44d2f232b
commit d470527e43
3 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ vendor/
# Docs generated from our openapi repo
api/cli.yml
api/cli.gen.yml
api/cli-stripped.gen.yml
api/cli-extras.gen.yml
# GPG private key generated by CI during release.