Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eae8308

Browse filesBrowse files
committed
Checkout proper gen repo commit
1 parent 9ca8780 commit eae8308
Copy full SHA for eae8308

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎scripts/update-client.sh

Copy file name to clipboardExpand all lines: scripts/update-client.sh
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ else
5656
echo ">>> Reusing gen repo at ${GEN_ROOT}"
5757
fi
5858

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+
5963
echo ">>> Running python generator from the gen repo"
6064
"${GEN_ROOT}/openapi/python.sh" "${CLIENT_ROOT}" "${SETTING_FILE}"
6165
mv "${CLIENT_ROOT}/swagger.json" "${SCRIPT_ROOT}/swagger.json"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.