feat: switch python-asyncio to use openapi-generator v4.2.3 (#146)

This commit is contained in:
Tomasz Prus
2020-02-11 21:34:10 +01:00
committed by GitHub
parent b30bbc34e8
commit 9f439b68da
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ source "${SETTING_FILE}"
# use openapi-generator to generate library
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.2.3}"
CLIENT_LANGUAGE=python-asyncio
CLEANUP_DIRS=(client/apis client/models docs test)