We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6517b37 commit 88dfc66Copy full SHA for 88dfc66
1 file changed
scripts/apply-hotfixes.sh
@@ -54,7 +54,7 @@ fi;
54
# Patching commits for Client Context Manager
55
# UPDATE: OpenAPI generator v4.3.0 has the context manager as a functionality. Cherry-picking just the tests for completeness.
56
# Ref: https://github.com/kubernetes-client/python/pull/1073
57
-git cherry-pick -n 13dffb897617f87aaaee247095107d7011e002d5
+git cherry-pick -X no-renames -n 13dffb897617f87aaaee247095107d7011e002d5
58
if [ $? -eq 0 ]
59
then
60
echo Succesfully patched changes for Client Context Manager
@@ -79,7 +79,7 @@ else
79
fi;
80
81
# Patching commit for test_informer and test_metrics
82
-git cherry-pick b5f4b4cc504e7f10956b52de6aa676e22c8952f0
+git cherry-pick -n b5f4b4cc504e7f10956b52de6aa676e22c8952f0
83
84
85
echo Successfully patched changes for test_informer and test_metrics
0 commit comments