Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae8308

Browse files
committed
Checkout proper gen repo commit
1 parent 9ca8780 commit eae8308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/update-client.sh

Lines 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)