Skip to content

Commit 9a8be12

Browse files
authored
Merge pull request #2513 from jcox10/jcox10-no-proxy-fix
Apply proxy config after hotfixes
2 parents fe46adb + 2c5dd4b commit 9a8be12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ git diff-index --quiet --cached HEAD || git commit -am "update changelog"
207207

208208
# Re-generate the client
209209
scripts/update-client.sh
210-
#edit comfiguration.py files
211-
scripts/insert_proxy_config.sh
212210
# Apply hotfixes
213211
rm -r kubernetes/test/
214212
git add .
215213
git commit -m "temporary generated commit"
216214
scripts/apply-hotfixes.sh
217215
git reset HEAD~2
216+
# Apply proxy config after hotfixes
217+
scripts/insert_proxy_config.sh
218218

219219
# Custom object API is hosted in gen repo. Commit custom object API change
220220
# separately for easier review

0 commit comments

Comments
 (0)