Skip to content

Commit

Permalink
fix: sdk generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Feb 23, 2023
1 parent 406aecf commit 998cdc5
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 2,112 deletions.
1 change: 1 addition & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ tasks:
cmds:
- wget https://raw.githubusercontent.com/formancehq/ledger/{{.VERSION}}/pkg/api/controllers/swagger.yaml -O swagger.yaml
- sed -i -e "s/LEDGER_VERSION/{{.VERSION}}/g" swagger.yaml
- rm -rf ./sdks/{{.CLI_ARGS}}/*
- >
docker run --rm -w /local -v ${PWD}:/local openapitools/openapi-generator-cli:latest generate
-i ./swagger.yaml
Expand Down
231 changes: 0 additions & 231 deletions sdk/templates/go/README.mustache

This file was deleted.

Loading

0 comments on commit 998cdc5

Please sign in to comment.