We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca8780 commit eae8308Copy full SHA for eae8308
scripts/update-client.sh
@@ -56,6 +56,10 @@ else
56
echo ">>> Reusing gen repo at ${GEN_ROOT}"
57
fi
58
59
+# The gen repo has changed significantly, this commit is the proper one to generate
60
+# release-10 clients with
61
+(cd ${GEN_ROOT} && git checkout 795993978f8563a9c09089993be4d2b97d492eec)
62
+
63
echo ">>> Running python generator from the gen repo"
64
"${GEN_ROOT}/openapi/python.sh" "${CLIENT_ROOT}" "${SETTING_FILE}"
65
mv "${CLIENT_ROOT}/swagger.json" "${SCRIPT_ROOT}/swagger.json"
0 commit comments