We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe46adb + 2c5dd4b commit 9a8be12Copy full SHA for 9a8be12
1 file changed
scripts/release.sh
@@ -207,14 +207,14 @@ git diff-index --quiet --cached HEAD || git commit -am "update changelog"
207
208
# Re-generate the client
209
scripts/update-client.sh
210
-#edit comfiguration.py files
211
-scripts/insert_proxy_config.sh
212
# Apply hotfixes
213
rm -r kubernetes/test/
214
git add .
215
git commit -m "temporary generated commit"
216
scripts/apply-hotfixes.sh
217
git reset HEAD~2
+# Apply proxy config after hotfixes
+scripts/insert_proxy_config.sh
218
219
# Custom object API is hosted in gen repo. Commit custom object API change
220
# separately for easier review
0 commit comments