pick openapi-generator switch

This commit is contained in:
Haowei Cai 2019-08-12 17:47:59 -07:00
parent 6a62863d63
commit 03cc141bc1

View File

@ -47,6 +47,13 @@ if [[ -z ${GEN_ROOT:-} ]]; then
GEN_ROOT="${TEMP_FOLDER}/gen"
echo ">>> Cloning gen repo"
git clone --recursive https://github.com/kubernetes-client/gen.git "${GEN_ROOT}"
# pick https://github.com/kubernetes-client/gen/pull/97
cd "${GEN_ROOT}"
git remote add tomplus https://github.com/tomplus/gen.git
git fetch tomplus
# somehow I couldn't get a clean cherrypick of the commit
git checkout tomplus/feat/python-openapi-generator
cd "${SCRIPT_ROOT}"
else
echo ">>> Reusing gen repo at ${GEN_ROOT}"
fi