Skip to content

Commit

Permalink
chore: switch version back to main: 1.0.0-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Dec 27, 2022
1 parent ef2f584 commit 50a0f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image: ghcr.io/kin-labs/kinetic-solana-network:latest
ports: [ '8899:8899', '8900:8900' ]
kinetic:
image: ghcr.io/kin-labs/kinetic:dev
image: ghcr.io/kin-labs/kinetic:1.0.0-rc.13
ports:
- 3000:3000
options: --health-cmd "wget localhost:3000/api/uptime -q -O - > /dev/null 2>&1" --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lint:
poetry run pylint --rcfile=.pylintrc src tests

generate:
rm -r src/kinetic_sdk/generated && openapi-generator-cli generate -i https://raw.githubusercontent.com/kin-labs/kinetic/dev/api-swagger.json -g python -o src/kinetic_sdk/generated --additional-properties=packageName=client --global-property=modelTests=false,apiTests=false,modelDocs=false,apiDocs=false
rm -r src/kinetic_sdk/generated/client && openapi-generator-cli generate -i https://raw.githubusercontent.com/kin-labs/kinetic/main/api-swagger.json -g python -o src/kinetic_sdk/generated --additional-properties=packageName=client --global-property=modelTests=false,apiTests=false,modelDocs=false,apiDocs=false
find src/kinetic_sdk/generated -name '*.py' -print -exec sed -i.bak 's/from client/from kinetic_sdk.generated.client/g' {} \;
find src/kinetic_sdk/generated -name '*.bak' -print -exec rm {} \;
rm -r src/kinetic_sdk/generated/{.openapi-generator,.gitignore,.gitlab-ci.yml,.openapi-generator-ignore,.travis.yml,README.md,git_push.sh,requirements.txt,setup.cfg,setup.py,test-requirements.txt,tox.ini}
Expand Down

0 comments on commit 50a0f14

Please sign in to comment.