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 1303e5d commit b7995e8Copy full SHA for b7995e8
integration-tests/src/test/java/oracle/kubernetes/operator/ITMonitoringExporter.java
@@ -661,8 +661,7 @@ private static void gitCloneBuildMonitoringExporter() throws Exception {
661
logger.info(" Cloning and building Weblogic Server Monitoring Exporter application");
662
// git clone exporter project
663
removeAndClone
664
- .append(
665
- " git clone -b load-balancer https://github.com/oracle/weblogic-monitoring-exporter.git ")
+ .append(" git clone https://github.com/oracle/weblogic-monitoring-exporter.git ")
666
.append(monitoringExporterSrcDir);
667
TestUtils.exec(removeAndClone.toString());
668
}
0 commit comments