We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496f1e9 commit 6517b37Copy full SHA for 6517b37
1 file changed
scripts/apply-hotfixes.sh
@@ -78,4 +78,15 @@ else
78
exit 1
79
fi;
80
81
+# Patching commit for test_informer and test_metrics
82
+git cherry-pick b5f4b4cc504e7f10956b52de6aa676e22c8952f0
83
+if [ $? -eq 0 ]
84
+then
85
+ echo Successfully patched changes for test_informer and test_metrics
86
+else
87
+ echo Failed to patch changes for test_informer and test_metrics
88
+ git restore --staged .
89
+ exit 1
90
+fi;
91
+
92
git commit -m "Apply hotfixes"
0 commit comments