We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff22de4 commit 0795cc2Copy full SHA for 0795cc2
integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java
@@ -155,7 +155,7 @@ private static void gitCloneMonitoringExporter() throws Exception {
155
logger.info(" Cloning and building Weblogic Server Monitoring Exporter application");
156
// git clone exporter project
157
removeAndClone
158
- .append(" git clone https://github.com/oracle/weblogic-monitoring-exporter.git ")
+ .append(" git clone -b alert https://github.com/oracle/weblogic-monitoring-exporter.git ")
159
.append(monitoringExporterSrcDir);
160
TestUtils.exec(removeAndClone.toString());
161
}
0 commit comments